diff --git a/deploy-using-profile.sh b/deploy-using-profile.sh index c53f3ab..d523c86 100755 --- a/deploy-using-profile.sh +++ b/deploy-using-profile.sh @@ -15,3 +15,5 @@ aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-east-1/ --region us-east-1 --profile cloudwatch aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-east-2/ --region us-east-2 --profile cloudwatch aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-west-2/ --region us-west-2 --profile cloudwatch + +aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-ap-southeast-2/ --region ap-southeast-2 --profile cloudwatch \ No newline at end of file diff --git a/deploy.sh b/deploy.sh index bcde8e5..2698727 100755 --- a/deploy.sh +++ b/deploy.sh @@ -15,3 +15,5 @@ aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-east-1/ --region us-east-1 aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-east-2/ --region us-east-2 aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-us-west-2/ --region us-west-2 + +aws s3 cp --acl public-read target/v1.2.1_cloudwatch2humio.zip s3://humio-public-ap-southeast-2/ --region ap-southeast-2 \ No newline at end of file