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

modified goofys driver to use environment variables for AWS keys #7

Closed koehn closed 5 years ago

koehn commented 5 years ago

Per the [Goofys documentation)[https://github.com/kahing/goofys], the AWS keys cannot be specified on the goofys command line, but they can be specified as environment variables.

There's still a bug where a failure to mount the remote volume still results in success being output; this should be fixed.

koehn commented 5 years ago

OK, it took a LOT of tries, but eventually I got it working, with a bunch of error handling, cleanup, and debug support as well!

jacobtomlinson commented 5 years ago

Many thanks!

koehn commented 5 years ago

You're welcome! Don't forget to build/push a new Docker image!