Skip to content

Commit

Permalink
feat: comment out regions which do not support s3 multipart upload
Browse files Browse the repository at this point in the history
upload failed: ./chrome_aws_lambda.zip to s3://shelf-lambda-layers-eu-south-1/chrome_aws_lambda.zip An error occurred (IllegalLocationConstraintException) when calling the CreateMultipartUpload operation: The eu-south-1 location constraint is incompatible for the region specific endpoint this request was sent to.
  • Loading branch information
vladholubiev committed Jul 31, 2020
1 parent 442013f commit c2e190b
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,19 +170,19 @@ workflows:
only:
- master

- af_south_1:
context: public-lambda-layers
filters:
branches:
only:
- master

- ap_east_1:
context: public-lambda-layers
filters:
branches:
only:
- master
# - af_south_1:
# context: public-lambda-layers
# filters:
# branches:
# only:
# - master

# - ap_east_1:
# context: public-lambda-layers
# filters:
# branches:
# only:
# - master

- ap_northeast_2:
context: public-lambda-layers
Expand Down Expand Up @@ -226,12 +226,12 @@ workflows:
only:
- master

- eu_south_1:
context: public-lambda-layers
filters:
branches:
only:
- master
# - eu_south_1:
# context: public-lambda-layers
# filters:
# branches:
# only:
# - master

- eu_central_1:
context: public-lambda-layers
Expand Down Expand Up @@ -261,12 +261,12 @@ workflows:
only:
- master

- me_south_1:
context: public-lambda-layers
filters:
branches:
only:
- master
# - me_south_1:
# context: public-lambda-layers
# filters:
# branches:
# only:
# - master

- sa_east_1:
context: public-lambda-layers
Expand Down

0 comments on commit c2e190b

Please sign in to comment.