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"

gefragt vor einem Jahr255 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen