Report this

What is the reason for this report?

Permissions of files with s3fs

Posted on February 17, 2018

Hi, I’m using s3fs to access from debian as a mount point

s3fs#mydisk /media/digital fuse allow_other,_netdev,nosuid,nodev,url=https://ams3.digitaloceanspaces.com 0 0

But every file that I put in that directory is uploaded with private permissions.

I would like the permit to be public.

Now I have to change in cloud.digitalocean.com/ the permissions manually.

Some way of doing it automatically, and that every file that I put in the assembly point goes with public permission?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Solved like this

s3fs#mydisk /media/digital fuse allow_other,_netdev,nosuid,nodev,default_acl=public-read,url=https://ams3.digitaloceanspaces.com 0 0

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.