Question
How can I access private files on Spaces using GET?
Hi,
I am trying to access private files from my Spaces, I have not found any way to access my files through the GET method. I have a secret and a key id, the standard credentials, are there any variables I can use in order to access my private files using my id and secret?
For example, something like:
{bucket-name}.{location}.digitaloceanspaces.com/PRIVATE-FILE?id={my-id}&secret={my-secret}
I really need help with this, if it is not possible, please can someone instruct me on how to access private files using the aws-sdk.
Thank you very much
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.
×