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
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
관련 콘텐츠
- AWS 공식업데이트됨 3년 전