This message was deleted.
# aws
s
This message was deleted.
p
Have you checked the account level Bucket Object Ownership settings. I note you set objectOwnership in the pulumi but it can also be set at account level
ah, wait maybe it's an ordering issue.
You try and create a bucket with an acl and then apply the Ownership controls allowing acl
you either need to create the bucket with both the ownership controls and the acl or add the acl after the ownership controls, I think.