diff --git a/lib/tasks/s3.rake b/lib/tasks/s3.rake index b72b9e083f2..b913b0a0eee 100644 --- a/lib/tasks/s3.rake +++ b/lib/tasks/s3.rake @@ -21,8 +21,7 @@ def upload(path, remote_path, content_type, content_encoding = nil) options = { cache_control: 'max-age=31556952, public, immutable', content_type: content_type, - acl: 'public-read', - tagging: '' + acl: 'public-read' } if content_encoding