From e2a86d44695ffd31065e5f50ad93cea0183d09ab Mon Sep 17 00:00:00 2001 From: Minh Doan Date: Tue, 17 Jul 2018 07:55:21 -0700 Subject: [PATCH] add permission for aws upload --- aws-experiment-launch/new-pipeline/create_deploy_soldiers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-experiment-launch/new-pipeline/create_deploy_soldiers.sh b/aws-experiment-launch/new-pipeline/create_deploy_soldiers.sh index 266fed6f1..0bf995bc2 100755 --- a/aws-experiment-launch/new-pipeline/create_deploy_soldiers.sh +++ b/aws-experiment-launch/new-pipeline/create_deploy_soldiers.sh @@ -22,4 +22,4 @@ sleep 10 echo "Generate distribution_config" python generate_distribution_config.py --ip_list_file raw_ip.txt --shard_num $SHARD_NUM --client_num $CLIENT_NUM -aws s3 cp distribution_config.txt s3://unique-bucket-bin/distribution_config.txt +aws s3 cp distribution_config.txt s3://unique-bucket-bin/distribution_config.txt --acl public-read-write