I'll be using swift as like S3, where it will host number of files for my site.
I've set my container as public, and so
Here is the URL for a file.
https://provider/v1/auth_1293kdfj/folder/file.mp4
There are two problems:
- Is it correct in using above format uri in public setting? It feels kinda dangerous because it has the auth_bit.
- If I visit https://provider/v1/auth_1293kdfj/folder/ it lists all files/bojects in container
folder
. I wish to turn this off, how would I do so? Should I make my container private and assign temp url to ALL objects?
Thanks for your help!