Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is the difference between Object and Object ACL in AWS S3?

I added a file into AWS S3 bucket. The access of the bucket is set to public. In the permissions, I set object and object ACL to read for everyone.

enter image description here

But I am not clear about the difference between Object and Object ACL, could you please explain their differences?

Thanks

like image 201
lei lei Avatar asked Dec 23 '22 15:12

lei lei


1 Answers

Object refers to permissions to access the object (file) itself, such as downloading the object.

Object ACL refers to permissions to access/change the Access Control List of the object. That is, the permissions associated with the object.

like image 54
John Rotenstein Avatar answered Jan 05 '23 00:01

John Rotenstein