Question
How to set a file-listing on Digital Ocean spaces to public using boto3 or Python?
I need files I upload to be public. Is there a way to set a default so every file you upload is public? Otherwise, is there a way you can set a file to public using boto3 or a Python library?
Thanks in advance!