Xuanwo commented on issue #5140: URL: https://github.com/apache/arrow-rs/issues/5140#issuecomment-1851110641
> I thought it was just using virtual hosted style buckets, which we already support? Yep, we already support it. The endpoint will be something like `https://s3express-use1-az6.us-east-1.amazonaws.com`. > We also don't support delimiters other than `/`. It's more strict than that: the path to list must be endswith `/`. Otherwise, we will get error like: ```shell { code: "InvalidRequest", message: "This bucket does not support a prefix that does not end in a delimiter. Specify a prefix path ending with a delimiter and try again.", resource: "", request_id: "0033eada6b00018c5b6963200408d9d6e63702f8" } ``` -- 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]
