add quotes

This commit is contained in:
Nathan LaFreniere 2015-11-18 16:52:54 -08:00
parent 733ecf96a4
commit 8d58de7f04
1 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ publish:
target: /target/location
delete: true
metadata:
Cache-Control: max-age: 10000
Cache-Control: "max-age: 10000"
```
Or you can specify metadata for file patterns by using a glob:
@ -83,7 +83,7 @@ publish:
delete: true
metadata:
"*.png":
Cache-Control: max-age: 10000000
Cache-Control: "max-age: 10000000"
"*.html":
Cache-Control: max-age: 1000
Cache-Control: "max-age: 1000"
```