dracidoupe / graveyard

Open Source reimplementation of https://www.dracidoupe.cz/
https://nove.dracidoupe.cz/
MIT License
6 stars 4 forks source link

Explicit S3 ACL #438

Closed Almad closed 4 months ago

Almad commented 4 months ago
Feb 25 18:10:12 ddcz-prod app/web.1: /app/.heroku/python/lib/python3.8/site-packages/storages/backends/s3boto3.py:340: UserWarning: The default behavior of S3Boto3Storage is insecure and will change in django-storages 1.10. By default files and new buckets are saved with an ACL of 'public-read' (globally publicly readable). Version 1.10 will default to using the bucket's ACL. To opt into the new behavior set AWS_DEFAULT_ACL = None, otherwise to silence this warning explicitly set AWS_DEFAULT_ACL.