Changes between Version 93 and Version 94 of help/en/howto/s3
- Timestamp:
- Dec 1, 2010 11:21:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/s3
v93 v94 116 116 Refer to the [wiki:help/en/howto/info#MetadataHTTPheaders Info panel] wiki page. 117 117 118 == Default metadata == 119 120 Currently only possible using a [wiki:help/en/howto/preferences#Hiddenconfigurationoptions hidden configuration option] you can define default headers to be added for uploads. Multiple headers must be separated using a whitespace delimiter. Key and value of a header are seperated with `=`. For example if you want to add a HTTP header for Cache-Control and one named `Creator` you would set 121 122 {{{ 123 defaults write ch.sudo.cyberduck s3.metadata.default "Cache-Control=public,max-age=86400 Creator=Cyberduck" 124 }}} 125 118 126 === Cache Control Setting === 119 127