Skip to content

Commit 85b9b8f

Browse files
author
Ubuntu
committed
Support sa-east-1 region
1 parent a588d8f commit 85b9b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amazonaws/codedeploy/AWSCodeDeployPublisher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class AWSCodeDeployPublisher extends Publisher {
7777
public static final long DEFAULT_TIMEOUT_SECONDS = 900;
7878
public static final long DEFAULT_POLLING_FREQUENCY_SECONDS = 15;
7979
public static final String ROLE_SESSION_NAME = "jenkins-codedeploy-plugin";
80-
public static final Regions[] AVAILABLE_REGIONS = {Regions.AP_NORTHEAST_1, Regions.AP_SOUTHEAST_1, Regions.AP_SOUTHEAST_2, Regions.EU_WEST_1, Regions.US_EAST_1, Regions.US_WEST_2, Regions.EU_CENTRAL_1, Regions.US_WEST_1};
80+
public static final Regions[] AVAILABLE_REGIONS = {Regions.AP_NORTHEAST_1, Regions.AP_SOUTHEAST_1, Regions.AP_SOUTHEAST_2, Regions.EU_WEST_1, Regions.US_EAST_1, Regions.US_WEST_2, Regions.EU_CENTRAL_1, Regions.US_WEST_1, Regions.SA_EAST_1};
8181

8282
private final String s3bucket;
8383
private final String s3prefix;

0 commit comments

Comments
 (0)