-
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
S3Bucket external-name annotation not working #424
Comments
@krishchow could you take a look here? |
This issue appears to have some good information: aws/aws-sdk-go#720 |
@publiusi AWS allows to use a bucket name only once in the same AWS account, no matter the region. If you try to create/get a bucket with name of another bucket that exists in a different region, that's what you'd get as an error. I'd check other regions for that bucket and delete it if you really need to use that name in another region. |
I will test again and let you know. I did test and made sure there is no queue with that name in any region and only after that I created the ticket.
Will let you know
… On Nov 11, 2020, at 5:53 AM, muvaffak onuş ***@***.***> wrote:
@publiusi AWS allows to use a bucket name only once in the same AWS account, no matter the region. If you try to create/get a bucket with name of another bucket that exists in a different region, that's what you'd get as an error. I'd check other regions for that bucket and delete it if you really need to use that name in another region.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
--
*CONFIDENTIALITY NOTICE*
This communication, including attachments, is
for the exclusive use of the person or entity to which it is addressed and
may contain confidential, proprietary and/or privileged information. Any
review, retransmission, dissemination or other use of, or taking of any
action in reliance upon, this information by persons or entities other than
the intended recipient is prohibited. If you received this by mistake,
please contact the sender immediately.
|
re-tested creating a new bucket and works fine , closing the issue |
When creating a aws Bucket in a composition, using the external-name annotation:
The bucket is not created and the following error is thrown:
failed to query Bucket: BucketRegionError: incorrect region, the bucket is not in ‘us-west-2’ region status code: 301, request id: AF960CE31F54F2A6, host id: mEymAUMu6Qchg9fB3lUS8pGi0D5hRxumiZm2LzzJ+YYyaFns/L2YorqW1mqWZZpmg6worAMgu20=
How can we reproduce it?
What environment did it happen in?
Crossplane version: 0.14
The text was updated successfully, but these errors were encountered: