Open
Description
Get error:
Caused by UnknownHostException: bucketname.s3-us-east-1.amazonaws.com
->> 1280 | getAllByName0 in java.net.InetAddress
Cause:
/src/java/com/netflix/ice/common/AwsUtils.java has a "public static boolean downloadFileIfChangedSince" definition that is incorrectly formatting "s3Client.setEndpoint" as "("s3." + bucketFileRegion + ".amazonaws.com").
Resolution:
Manually modifying the local AwsUtils.java file, changing as follows: ("s3." + bucketFileRegion + ".amazonaws.com").
Restart service and errors should go away. Need this part of the codebase updated!!!
Metadata
Assignees
Labels
No labels
Activity