joseph-isaacs opened a new issue, #6532: URL: https://github.com/apache/arrow-rs/issues/6532
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I am trying to fetch a file from an object store using a [signed url](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html). Signed urls are urls with signed GET parameters. I am trying provide this url to `object_store::http::HttpStore`, however the `object_store` path will url encode parameters `"https://example/a?abc=123"` => `https:/example/a%3Fabc=123` removing the GET parameters. **Describe the solution you'd like** It would be good to provide a way to construct a Path without url encoding all characters. Maybe as a new builder? **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- 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]
