Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Give file public-read ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
jryans committed Mar 8, 2016
1 parent 1f066d1 commit adbc10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
@@ -1,3 +1,3 @@
#!/bin/sh

aws --profile code.cdn.mozilla.net s3 cp --cache-control max-age=86400 --content-type application/json devices.json s3://code-origin-cdn-mozilla-net/devices/devices.json
aws --profile code.cdn.mozilla.net s3 cp --acl public-read --cache-control max-age=86400 --content-type application/json devices.json s3://code-origin-cdn-mozilla-net/devices/devices.json

0 comments on commit adbc10a

Please sign in to comment.