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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Solved like this
s3fs#mydisk /media/digital fuse allow_other,_netdev,nosuid,nodev,default_acl=public-read,url=https://ams3.digitaloceanspaces.com 0 0