Skip to content
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

src/java/ice.properties has an s3- before prepend to FQDN #277

Open
Virtui opened this issue Nov 18, 2017 · 4 comments
Open

src/java/ice.properties has an s3- before prepend to FQDN #277

Virtui opened this issue Nov 18, 2017 · 4 comments

Comments

@Virtui
Copy link

Virtui commented Nov 18, 2017

Causes host resolution fail when determining bucket location. Currently causes UnknownHostException: bucketname.s3-us-east-1.amazonaws.com instead of bucketname.s3.us-east-1.amazonaws.com

@ltagliamonte
Copy link

ltagliamonte commented Dec 22, 2017

@Virtui leave empty ice.billing_s3bucketregion= works for me, because of this https://github.com/Teevity/ice/blob/master/src/java/com/netflix/ice/common/AwsUtils.java#L98

@Juberstine
Copy link

I'd imagine a conditional could be added that if set to us-east-1, it works correctly. Anyways, thanks for the info @ltagliamonte. I actually figured it out on my own and then found the issue here later. Took about 2 hours to debug.

@benwaffle
Copy link

s3-us-east-1.amazonaws.com is not a valid endpoint

https://docs.aws.amazon.com/general/latest/gr/rande.html?shortFooter=true#s3_region

@nfonrose
Copy link
Member

nfonrose commented Mar 9, 2018 via email

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

No branches or pull requests

5 participants