Jose Villalobos
Jose Villalobos
Hi, @tenpaiyomi I had the same problem in my case the problem was in the `Version` of the `BucketPolicy`. I needed to add quotes to it. ```yaml BuildStorageBucketPolicy: Type: AWS::S3::BucketPolicy...
Hi @ststzuhlke. It seems that the problem is in the `Resource:` attributes. You cannot just use an asterisk to indicate "Any Object" or "Any Bucket". ```yaml SamplePolicy: Type: AWS::S3::BucketPolicy DependsOn:...
Nice, this would be good. Note that the v2 SDK requires a minimum version of [Go 1.21](https://github.com/aws/aws-sdk-go-v2). Will this Imply a breaking change in the plugin?
I would like to help with the migration. Let me know if there is something I can help with.