Skip to content

Commit

Permalink
Change cache control to 1 day instead of 1 week
Browse files Browse the repository at this point in the history
  • Loading branch information
gregstewart committed May 14, 2017
1 parent fc5e798 commit 0b530b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

aws s3 sync ui/resources/public s3://tcias.co.uk/ --acl public-read \
--cache-control 'max-age=604800' \
--cache-control 'max-age=86400' \
--region eu-west-1 \
--include="*" \

0 comments on commit 0b530b2

Please sign in to comment.