diff options
author | 2014-08-09 14:44:53 -0400 | |
---|---|---|
committer | 2014-08-09 14:44:53 -0400 | |
commit | 9b8cd90d1151279fbd8cd7fe5dc24b0314281053 (patch) | |
tree | 0cb462e2af7ff819839afc6840c95dbe2e529cdd /doc/special_remotes | |
parent | a9836d2d60578c064cc57567b2d950431eaa2659 (diff) |
pass metadata headers and storage class to S3 when putting objects
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/S3.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/special_remotes/S3.mdwn b/doc/special_remotes/S3.mdwn index a8af93298..492c247cb 100644 --- a/doc/special_remotes/S3.mdwn +++ b/doc/special_remotes/S3.mdwn @@ -53,5 +53,5 @@ the S3 remote. and to "bar/" in another special remote, and both special remotes could then use the same bucket. -* `x-amz-*` are passed through as http headers when storing keys +* `x-amz-meta-*` are passed through as http headers when storing keys in S3. |