Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Add support for ca-central-1 Region #60

Open
korymcandrew opened this issue Jan 15, 2018 · 5 comments
Open

Add support for ca-central-1 Region #60

korymcandrew opened this issue Jan 15, 2018 · 5 comments

Comments

@korymcandrew
Copy link

Currently the ca-central-1 Region is not supported and results in the following when trying to mvn deploy:
'ca-central-1' is not a valid location constraint

@moleksyuk
Copy link

Hi, @korymcandrew

Try our fork. It supports all available regions.

<dependency>
    <groupId>com.github.platform-team</groupId>
    <artifactId>aws-maven</artifactId>
    <version>6.0.0</version>
</dependency>

@korymcandrew
Copy link
Author

Hi @moleksyuk
Thanks for the reply. Trying it with your fork I get:
Unable to find a region via the region provider chain. Must provide an explicit region in the builder or setup environment to supply a region
The region is Central Canada.
Is there a way to explicitly specify the region?
Thanks.

@moleksyuk
Copy link

moleksyuk commented Feb 21, 2018

@korymcandrew sounds strange.
I've tried agains my bucket created in Central Canada and it works fine for me.

Could you prepare a simple project to reproduce it?

And, pls fire a ticket in https://github.com/platform-team/aws-maven

@mjallday
Copy link

mjallday commented Feb 22, 2018 via email

@ccii83
Copy link

ccii83 commented Jun 21, 2018

https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/setup-credentials.html

If you use Windows, add "AWS_REGION" to Windows Configuration.
(set AWS_REGION=your_aws_region)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

4 participants