informatics-lab / s3-fuse-flex-volume

A Kubernetes flex volume driver for a custom s3 fuse adapter
BSD 3-Clause "New" or "Revised" License
31 stars 11 forks source link

Requester pays #15

Closed meraymond2 closed 3 years ago

meraymond2 commented 4 years ago

We’ve been using this library with goofys, but we often use it with public datasets that are requester pays buckets.

goofys supports this — it’s just an additional flag — but it does require updating to a more recent version. We've tested it with 0.24, whereas the existing bit.ly link points to 0.19.

I've added requesterPays to the goofys options, to enable that flag. Also replaced the existing bit.ly link with the official latest-release link.