You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is object whoes ACL is public-read-write, which i used awscli setting.
Then i used s3cmd setacl s3://object --acl-private to set object acl to private. However, the object'acls still have ACL: *anon*: WRITE item.
I can understand s3cmd only provides "acl-public", not "acl-public-read-write" for safety reasons. But i think "acl-private" should be consistent with awscli.
So, i think s3cmd setacl s3://objetct --acl-private should revoke ACL: *anon*: WRITE item.
The text was updated successfully, but these errors were encountered:
There is object whoes ACL is public-read-write, which i used awscli setting.
Then i used
s3cmd setacl s3://object --acl-private
to set object acl to private. However, the object'acls still haveACL: *anon*: WRITE
item.I can understand s3cmd only provides "acl-public", not "acl-public-read-write" for safety reasons. But i think "acl-private" should be consistent with awscli.
So, i think
s3cmd setacl s3://objetct --acl-private
should revokeACL: *anon*: WRITE
item.The text was updated successfully, but these errors were encountered: