This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
baysec
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
drop setting the acl, the bucket already has the needed acl..
main
John-Mark Gurney
7 years ago
parent
81e8f6d6b1
commit
9c99bfc094
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
publishers/s3.py
+ 0
- 1
publishers/s3.py
View File
@@ -48,4 +48,3 @@ class S3(Publisher):
k.set_contents_from_filename(item.path)
if redirect_meta:
k.set_metadata('website-redirect-location', redirect_meta)
k.set_acl('public-read')
Write
Preview
Loading…
Cancel
Save