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
feita há 5 meses348 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 5 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas