tustvold commented on code in PR #5425: URL: https://github.com/apache/arrow-rs/pull/5425#discussion_r1501283438
########## object_store/src/azure/credential.rs: ########## @@ -127,6 +127,10 @@ pub enum AzureCredential { /// /// <https://learn.microsoft.com/en-us/rest/api/storageservices/authorize-with-azure-active-directory> BearerToken(String), + /// No authorization (anonymous read access) + /// + /// <https://learn.microsoft.com/en-us/azure/storage/blobs/anonymous-read-access-configure> + None, Review Comment: Can we follow what we do for S3, adding this variant is a breaking change, and a little peculiar IMO -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org