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

Commit

Permalink
Adding cache control header.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahume committed May 13, 2013
1 parent 8823f0f commit 0af0a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/deploy.json
Expand Up @@ -4,7 +4,8 @@
"type":"aws-s3",
"apps":[ "aws-s3" ],
"data":{
"bucket":"pasteup-qa"
"bucket":"pasteup-qa",
"cacheControl":"public, max-age=3600"
}
}
},
Expand Down

0 comments on commit 0af0a42

Please sign in to comment.