s3fs changing s3 permissions?
Posted
by
magd1
on Server Fault
See other posts from Server Fault
or by magd1
Published on 2012-05-31T22:14:20Z
Indexed on
2012/05/31
22:43 UTC
Read the original article
Hit count: 244
My developer believes that s3fs is changing my bucket's permissions. Is this possible? I want my bucket to be public, but it keeps reverting back to private.
Here's my fstab.
s3fs#production /mnt/production fuse use_cache=/tmp,use_rrs=1,allow_other,uid=1000,gid=1000 0 0
My developer mentioned the "-o default_acl (default="private")" option. The documentation refers to "canned acl", but I don't understand what these are.
© Server Fault or respective owner