This repository was archived by the owner on May 23, 2024. It is now read-only.
Commit 45ed571
authored
Remove boto 'set_acl' call after upload (#49)
Since it causes access denied errors when the IAM user does not have
`PutObjectAcl` permissions for the S3 bucket, preventing the use of a
more locked down IAM user for deployment.
It seems preferable to leave the bucket ACLs to the bucket owner,
and for `bob deploy` to only upload the file.
Closes W-8134681.1 parent 7c172f3 commit 45ed571
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | 195 | | |
197 | 196 | | |
0 commit comments