Kharacternyk opened a new issue, #814: URL: https://github.com/apache/arrow-rs-object-store/issues/814
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Creating a jurisdiction-restricted bucket on R2 yields a URL that is not compatible with the current S3 URL parser. The current workaround is to pass the bucket and the endpoint manually, but it could be quite confusing for people to copy the URL from the Cloudflare dashboard and not having it work despite that the crate is R2-compatible in general. **Describe the solution you'd like** Accept and parse such URL. **Describe alternatives you've considered** Yielding an error message that explicitly prompts to pass URL parts separately, thought it appears to require approximately the same amount of code as accepting the URLs in the first place. **Additional context** Upstream docs: https://developers.cloudflare.com/r2/reference/data-location/#jurisdictional-restrictions -- 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]
