Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
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,
What is the exact error that you get when you try to upload? Do you see any errors in the logs as well?
What you should do is to make sure your Spaces credentials (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_STORAGE_BUCKET_NAME) are correctly set on your server. Sometimes they work locally but are missing or misconfigured in production.
- Bobby
Heya,
What error are you receiving in the logs? That’s the best place to look and see the exact reason.
Heya, @med434c797c94e406eb7a077db18db
I’ll double check that the credentials stored in Django are the same that are working fine when tested using boto3
Also if there is an additional logging available to print an error or some other useful information for debugging.
Regards