BARSAccessLoggingBucketE36DE718 issue while testing on personal aws account

0

I was trying to deploy the personal BONESBootstrap stack for testing purpose by following this guide. https://builderhub.corp.amazon.com/docs/native-aws/developer-guide/hello-world-lambda-cdk-test-personal.html. over here I am getting an error "Service: Amazon S3; Status Code: 400; Error Code: InvalidBucketAclWithObjectOwnership; Request ID: E65HF8VMTQADR9NV; S3 Extended Reques t ID: 4AUunNPe5E+Ksuy8LBlO/JoKerYbsbFXnvPc3q/T/NlxDeuO9fRsWH/WFd+N8B2HRODtq7VmS8k=; Proxy: null"

已提问 1 年前255 查看次数
1 回答
0

It is likely that the S3 bucket ACLs are disabled.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-ownership-error-responses.html

Open "Permissions" from the target S3 bucket screen and set "Block public access" as follows.
public

Also, try "ACLs enabled" in the "Object Ownership" settings.
acl

profile picture
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容