kylebarron commented on PR #399: URL: https://github.com/apache/arrow-rs-object-store/pull/399#issuecomment-2949644028
> Is the path format documented anywhere that I can double check? Looks like here? https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#resource-uri-syntax > Each resource has a corresponding base URI, which refers to the resource itself. > > For the storage account, the base URI includes the name of the account only: > > `https://myaccount.blob.core.windows.net` > > For a container, the base URI includes the name of the account and the name of the container: > > `https://myaccount.blob.core.windows.net/mycontainer` > > For a blob, the base URI includes the name of the account, the name of the container, and the name of the blob: > > `https://myaccount.blob.core.windows.net/mycontainer/myblob` There is also a section about a root container that I'm not familiar with. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
