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
Bucket and object permissions are independent of each other. An object does not inherit the permissions from its bucket. For example, if you create a bucket and grant write access to a user, you can't access that user’s objects unless the user explicitly grants you access.
Create bucket with public-read-write ACL
Create object1 with public-read-write ACL
Create object2 without ACL (by default, access should be allowed only by an object owner)
Try to get/put obj2 from a not owner - access allowed, but should be denied
Seems to be related to #904, but this one is a more general issue.
The text was updated successfully, but these errors were encountered:
https://docs.aws.amazon.com/AmazonS3/latest/userguide/managing-acls.html
Seems to be related to #904, but this one is a more general issue.
The text was updated successfully, but these errors were encountered: