Skip to content

Commit c18cccf

Browse files
authored
Fix AWS ACLs (#12441)
1 parent 2a6dd2f commit c18cccf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

readthedocs/storage/s3_storage.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ def __init__(self, *args, **kwargs):
8080
"AWS S3 not configured correctly. Ensure S3_STATIC_STORAGE_BUCKET is defined.",
8181
)
8282

83-
self.bucket_acl = "public-read"
84-
self.default_acl = "public-read"
8583
self.querystring_auth = False
8684

8785

0 commit comments

Comments
 (0)