Question

Digital ocean spaces rendering without AWSAccessKeyId

Hi, I’m using digital ocean spaces to render my static and media files with django When I load django admin, the css and javascript does not load because of the extra data there.

https://linktospaces/spacename/static/js/name.js?AWSAccessKeyId=11111&Signature=22222%&Expires=1645068986

how do I bring out the name without the AWSAccessKeyId and the signature and expires?


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
August 7, 2022

Hello,

I thinkt hat you might have to define the AWS_DEFAULT_ACL to be 'public-read'.

https://www.digitalocean.com/community/tutorials/how-to-set-up-object-storage-with-django

Best,

Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up