jakenotjay opened a new issue, #629: URL: https://github.com/apache/arrow-rs-object-store/issues/629
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I'm working with a requester pays dataset within Google Cloud Storage, I'm using upstream packages (obstore + async-tiff) to access the data, but there's no support for requester pays buckets. These packages have issues mentioning this missing [feature](https://github.com/developmentseed/obstore/issues/546). **Describe the solution you'd like** Add the documented behaviour of the google cloud storage requester pays: - Add the x-goog-user-project header to requests to google cloud storage when configured (meaning this project is charged for access to the bucket) - Add the userProject query parameter to signed urls - Add x-goog-user-project header to each request for multi-part requests, as each request is billed separately Docs: - [Access requester pays](https://docs.cloud.google.com/storage/docs/using-requester-pays#using) - [Multi-request operations](https://docs.cloud.google.com/storage/docs/requester-pays#multi-request) **Describe alternatives you've considered** N/A **Additional context** I'm working on this already, but I'm new to rust, so taking a while to review and validate. WIP [here](https://github.com/apache/arrow-rs-object-store/compare/main...jakenotjay:arrow-rs-object-store:feature/gcp-requester-pays). -- 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]
