Skip to content

Commit

Permalink
Fix issue as fqdn for S3 has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
cartwrightian committed Mar 27, 2018
1 parent f91f0b5 commit 2d702ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tw/com/EnvironmentSetupForTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class EnvironmentSetupForTests {
// User/Env specific constants, these will need to change for others running these tests!
public static final String BUCKET_NAME="cfnassists3testbucket";
public static final String AVAILABILITY_ZONE = "eu-west-1c";
public static final String S3_PREFIX = "https://"+BUCKET_NAME+".s3-eu-west-1.amazonaws.com";
public static final String S3_PREFIX = "https://"+BUCKET_NAME+".s3.eu-west-1.amazonaws.com";

public static final String AMI_FOR_INSTANCE = "ami-9c7ad8eb"; // eu amazon linux instance
public static final String VPC_ID_FOR_ALT_ENV = "vpc-21e5ee43";
Expand Down

0 comments on commit 2d702ac

Please sign in to comment.