seung-lab / cloud-files

Threaded Python and CLI client library for AWS S3, Google Cloud Storage (GCS), in-memory, and the local filesystem.
BSD 3-Clause "New" or "Revised" License
38 stars 8 forks source link

feat(requester pays): GCS and S3 #41

Closed nkemnitz closed 3 years ago

nkemnitz commented 3 years ago

Resolves #40

william-silversmith commented 3 years ago

This is a great feature Nico! Can you show an example of how to use it?

william-silversmith commented 3 years ago

For people following along, here's the documentation for:

GCS: https://cloud.google.com/storage/docs/using-requester-pays#storage-disable-requester-pays-python S3: https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html

nkemnitz commented 3 years ago

Lastly, would you be able to add some documentation to the README?

Done. Let me know if I should squash the commits.

william-silversmith commented 3 years ago

Thank you Nico!