tustvold commented on code in PR #3327:
URL: https://github.com/apache/arrow-rs/pull/3327#discussion_r1045750943


##########
object_store/src/aws/mod.rs:
##########
@@ -430,6 +431,55 @@ impl AmazonS3Builder {
         builder
     }
 
+    /// Parse available connection info form a well-known storage URL.
+    ///
+    /// The supported url schemes are:
+    ///
+    /// - `s3://<bucket>/<path>`
+    /// - `s3a://<bucket>/<path>`
+    /// - `https://s3.<bucket>.amazonaws.com`
+    ///

Review Comment:
   Perhaps we could automatically handle virtual hosted style paths as well - 
https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html



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