tustvold commented on code in PR #604:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/604#discussion_r2691943616


##########
src/parse.rs:
##########
@@ -52,7 +52,7 @@ impl From<Error> for super::Error {
 /// - `memory:///` -> [`InMemory`]
 /// - `s3://bucket/path` -> [`AmazonS3`](crate::aws::AmazonS3) (also supports 
`s3a`)
 /// - `gs://bucket/path` -> 
[`GoogleCloudStorage`](crate::gcp::GoogleCloudStorage)
-/// - `az://account/container/path` -> 
[`MicrosoftAzure`](crate::azure::MicrosoftAzure) (also supports `adl`, `azure`, 
`abfs`, `abfss`)
+/// - `[az|abfs[s]]://container[@<account>.<host>]/path` -> 
[`MicrosoftAzure`](crate::azure::MicrosoftAzure)

Review Comment:
   I opted to drop `azure` as it is a custom format AFAICT, and `adl` as it is 
deprecated by azure.
   
   Whilst still supported for compatibility, people shouldn't be using them.



-- 
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]

Reply via email to