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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ