Skip to content

Commit c45a8d6

Browse files
committed
Added public read ACL for copy
1 parent e8f87ec commit c45a8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ echo "Created base distribution in us-east-1"
1414

1515
for region in `echo $regions`; do
1616
echo "Copying distribution to $region"
17-
aws s3 cp s3://aws-lambda-streams-to-firehose/LambdaStreamToFirehose-$1.zip s3://awslabs-code-$region/LambdaStreamToFirehose/LambdaStreamToFirehose-$1.zip --source-region us-east-1 --region $region --profile $2
17+
aws s3 cp s3://aws-lambda-streams-to-firehose/LambdaStreamToFirehose-$1.zip s3://awslabs-code-$region/LambdaStreamToFirehose/LambdaStreamToFirehose-$1.zip --source-region us-east-1 --region $region --profile $2 --acl public-read
1818
done

0 commit comments

Comments
 (0)