how to check permission/access of objects/files in a s3 bucket?

0

I copy files to my s3 bucket , either with copy or sync commands with bucket owner flag. --acl bucket-owner-full-control

if this flag is not used, what is the default setting ?

also, how can i check the access control of any bucket/object ? is there a cli command or directly from the console. ?

aws s3 cp source destination --acl bucket-owner-full-control
已提問 5 個月前檢視次數 348 次
1 個回答
0

Hello.

Judging from the following document, I think it is set to "private" by default.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl
a

To check the permissions, use the following command to see the object permissions.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/get-object-acl.html

aws s3api get-object-acl --bucket "S3-Bucket-Name" --key test.txt
profile picture
專家
已回答 5 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南