-
Notifications
You must be signed in to change notification settings - Fork 372
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
Can not create S3 bucket faild beacuse ACL #1760
Comments
try spec:
forProvider:
+ objectOwnership: BucketOwnerEnforced |
it works thanks |
Hi @Ehco1996 . Wanted to check if you managed to get the Bucket in available state, As for myself, even after changing the spec to
|
I've tried many times, sometimes the status is stuck in the Createing state, but sometimes it turns normally into Available and no error logs are found in the aws-provider. So it seems to be a probability problem? |
I am unsure too, my suspicious is syncing and comparing the status from external-resource causing it to not able to get stable state Do you configure any Bucket policy? Based on my observations, it will always stuck in pending state:
These are my specs reflected from Bucket CR in runtime:
|
i also used the |
Thanks for confirming your setup, i am trying to migrate to use the in-line bucket policy inside Bucket CR, will update here if there is any success |
You need to delete the bucket and then recreate then it will work. |
What happened?
Can not create s3 bucket in latest ver(0.40.0) with the yaml below
How can we reproduce it?
just create a bucket with that yaml and you will see this error
What environment did it happen in?
Crossplane version: 0.40.0
The text was updated successfully, but these errors were encountered: