We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6dd2f commit c18cccfCopy full SHA for c18cccf
readthedocs/storage/s3_storage.py
@@ -80,8 +80,6 @@ def __init__(self, *args, **kwargs):
80
"AWS S3 not configured correctly. Ensure S3_STATIC_STORAGE_BUCKET is defined.",
81
)
82
83
- self.bucket_acl = "public-read"
84
- self.default_acl = "public-read"
85
self.querystring_auth = False
86
87
0 commit comments