-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: provider-aws-s3 - Not able to create AWS S3 bucket after upgrading to v1.16.0 #1549
Comments
Hi @vilkovtato, Thank you, I can't reproduce this issue. Is it still valid on your side? |
I have observed simmilar issue within kind+localstack (using provider-aws-s3:v1.17.0). Steps to reproduce:
Do I need some additional s3 IAM policy or is it something else? |
Hi @atrakic and @vilkovtato, I see a similar issue in this uptest run:
At first glance, this issue seems like an authorization/permission error to me. I don't encounter any issues when I try to create a single bucket without any dependencies. Is this the same for you? Also, you stated in the issue report that the error occurred with provider version v1.16.0. Can you confirm that the same resource configuration worked before v1.16.0? |
Hi @turkenf, in my case, this cannot be authorization/permission error. As I wrote in description "in order to be sure, the AWS IAM Role used was given full s3 rights..." and "different provider (ec2) is working - which was confirmed by successfully creating AWS security group...", so the problem is connected only to s3 provider. |
Thank you for the quick response @vilkovtato. Does the same scenario work in provider v1.15.0? |
Is there an existing issue for this?
Affected Resource(s)
s3.aws.upbound.io/v1beta1(2) - Bucket
Resource MRs required to reproduce the bug
Steps to Reproduce
What happened?
bucket was not created
Relevant Error Output Snippet
Crossplane Version
1.17.1
Provider Version
v1.16.0
Kubernetes Version
1.29
Kubernetes Distribution
EKS
Additional Info
this is not problem of access rights:
both v1beta1/v1beta2 has the same problem
The text was updated successfully, but these errors were encountered: