Setup S3 bucket for app 17015

hi @dmitrii.k , hope you are doing well. Can you please activate S3 in this app

Hi @muhammad.jamshaid, thanks for writing in!

I’m doing well, thanks for asking! I hope you are doing well, too!

I’ve checked the status of this app and it looks like S3 is already configured for it. Use the standard AWS variables and Boto3 docs:

AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_STORAGE_BUCKET_NAME
AWS_STORAGE_REGION

https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html (please don’t use S3 for static files, we don’t support that currently).

1 Like

Sure @dmitrii.k, Thanks for confirming that.

1 Like

You are most welcome, @muhammad.jamshaid.

Happy coding!

1 Like