Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Fix issue #53 about InvalidBucketAclWithObjectOwnership#54

Open
ldelcroix wants to merge 1 commit into
aws-solutions:mainfrom
ldelcroix:fix-53
Open

Fix issue #53 about InvalidBucketAclWithObjectOwnership#54
ldelcroix wants to merge 1 commit into
aws-solutions:mainfrom
ldelcroix:fix-53

Conversation

@ldelcroix
Copy link
Copy Markdown

@ldelcroix ldelcroix commented Sep 7, 2023

*Issue #53 *

The CloudFormation stack fails to create the S3 bucket "S3LoggingBucket", with the following error:

Bucket cannot have ACLs set with ObjectOwnership's BucketOwnerEnforced setting (Service: Amazon S3; Status Code: 400; Error Code: InvalidBucketAclWithObjectOwnership).

Description of changes:
Because ACLs are enabled (AccessControl: LogDeliveryWrite), then Object Ownership must be set with Bucket owner preferred.
"AccessControl" is actually a legacy property and not recommended any longer for most use cases, except in unusual circumstances where you must control access for each object individually.

Therefore, if the AccessControl property is disabled, the object ownership will be for the bucket owner enforced by default. If we remove "AccessControl" property, the resource is created successfully.

Hope this is helpful! Thank you.

References:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol
https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html

-- I copied/pasted the code fix from the issue by @fecmcd

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant