tustvold commented on issue #3283: URL: https://github.com/apache/arrow-rs/issues/3283#issuecomment-1341403675
> trying to access data in ADLS Gen2 with the wrong domain — https://{}.blob.core.windows.net — and wrong API > I goes to the wrong domain My knowledge of Azure is fairly limited, but I had thought that ADLS Gen2 buckets still exposed the traditional blob APIs, and the new APIs were strictly opt-in. I think that is what [this](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-multi-protocol-access) is saying, but I find the Azure documentation to be pretty hard to follow. FWIW `object_store` does not currently expose APIs that would benefit from any of the additional functionality added in ADLS Gen2, is there a particular reason you wish to use the ADLS Gen2 API instead of the normal blob APIs? -- 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