Question
How can I create a space with public access to the files but without public file listing?
I’m using the python boto3 library to create a bucket in DigitalOcean Spaces, and using ACL='public-read'
I can allow public access to the files, but I’m not sure how to restrict listing of files. I see that there is an option in the web UI to do restrict listing of files, but it’s not clear how to do that via the API.
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.
×