Skip to content

Commit b9a1848

Browse files
authored
Update settings.py
1 parent 523e82c commit b9a1848

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hydroserver/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@
240240
"BACKEND": "storages.backends.s3boto3.S3StaticStorage",
241241
"OPTIONS": {
242242
"bucket_name": config("STATIC_BUCKET_NAME", default=None),
243-
"location": "static"
243+
"location": "static",
244+
"default_acl": None
244245
},
245246
}
246247
}

0 commit comments

Comments
 (0)