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

Add s3:GetObjectVersion to sample IAM policy #153

Closed longwave closed 7 years ago

longwave commented 7 years ago

Closes #152

dacut commented 7 years ago

Merged. Thanks!