danilop / yas3fs

YAS3FS (Yet Another S3-backed File System) is a Filesystem in Userspace (FUSE) interface to Amazon S3. It was inspired by s3fs but rewritten from scratch to implement a distributed cache synchronized by Amazon SNS notifications. A web console is provided to easily monitor the nodes of a cluster.
http://danilop.github.io/yas3fs
MIT License
640 stars 98 forks source link

Needs s3:GetBucketLocation if endpoint isn't specified #165

Open jamebus opened 6 years ago

jamebus commented 6 years ago

Hi all. Thanks for a very interesting project!

I found a small documentation error that I'd like to pass along. As it turns out you'll need s3:GetBucketLocation permissions if you don't specify the S3 endpoint to use. self.s3_bucket.get_location() will throw an exception otherwise.

jazzl0ver commented 6 years ago

Fixed in PR https://github.com/danilop/yas3fs/pull/167