From 9c99bfc09445de159710df17e12e60afdc902043 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 20 Jan 2017 22:32:06 -0800 Subject: [PATCH] drop setting the acl, the bucket already has the needed acl.. --- publishers/s3.py | 1 - 1 file changed, 1 deletion(-) diff --git a/publishers/s3.py b/publishers/s3.py index 443dd72..02f4974 100644 --- a/publishers/s3.py +++ b/publishers/s3.py @@ -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')