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
polite-napkin-90098
07/19/2023, 5:52 PM
ah, wait maybe it's an ordering issue.
polite-napkin-90098
07/19/2023, 5:52 PM
You try and create a bucket with an acl and then apply the Ownership controls allowing acl
polite-napkin-90098
07/19/2023, 5:53 PM
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.