Skip to content

Commit 7084bdb

Browse files
Remove grant read since we're specifying acl which is much better at solving our issues
1 parent 0e4fb78 commit 7084bdb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/s3-sync.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ const jsonDocsDirUploadOptions = merge({}, jsonDocsDirDownloadOptions, {
3333
s3Params: {
3434
ACL: 'public-read',
3535
CacheControl: 'max-age=365000000, immutable',
36-
GrantRead: 'uri=http://acs.amazonaws.com/groups/global/AllUsers',
3736
},
3837
})
3938

@@ -49,7 +48,6 @@ const revDocsDirUploadOptions = merge({}, revDocsDirDownloadOptions, {
4948
deleteRemoved,
5049
s3Params: {
5150
ACL: 'public-read',
52-
GrantRead: 'uri=http://acs.amazonaws.com/groups/global/AllUsers',
5351
},
5452
})
5553

0 commit comments

Comments
 (0)