I can store in my bucket but can not read the upload from the same bucket unless I “Quick Share” the file. I am trying to access the file as such:
<a href="{{'https://my-bucket.nyc3.cdn.digitaloceanspaces.com/'. $customer->upload_url}}" target="_blank"><span>View Upload</span></a>
Any suggestions?
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.
Hi there,
I believe that you would need to set your spaces bucket to be publicly accessible.
You can take a look at how to do that here:
https://docs.digitalocean.com/products/spaces/how-to/set-file-listing-permissions/
Regards, Bobby