awslabs / crossplane-on-eks

Crossplane bespoke composition blueprints for AWS resources
Apache License 2.0
322 stars 111 forks source link

Remove aws-provider-upbound-s3-bucket annotation when creating S3 bucket #135

Closed shankarathi07 closed 1 year ago

shankarathi07 commented 1 year ago

With this annotation the S3 bucket upbound-test-bucket was not able to be created due to permissions issues. IRSA was also checked and wired correctly.

Removing the annotation allows the bucket to be created with no issues.

More

For Moderators