You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an S3 bucket is provisioned, it reports the ARN in its status field. The partition part of the ARN is hard-coded and therefore incorrect in other partitions.
What happened?
When an S3 bucket is provisioned, it reports the ARN in its status field. The partition part of the ARN is hard-coded and therefore incorrect in other partitions.
https://github.com/crossplane-contrib/provider-aws/blob/master/pkg/clients/s3/bucket.go#L151-L155
How can we reproduce it?
Create a bucket in a non-standard/default "aws" partition and observe the status fields of a provisioned S3 bucket.
What environment did it happen in?
Crossplane version: 1.6.1
Provider AWS: 0.23.0
The text was updated successfully, but these errors were encountered: