summaryrefslogtreecommitdiff
path: root/Remote/S3.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-08 21:42:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-08 21:42:46 -0400
commit113f2031dcb04f728cee4bb56fa41aa7b1539c1e (patch)
treeb2be697a797d41e3b28432adeb41667a2f7fddbb /Remote/S3.hs
parente32a2326d564ed39984e1e74bac481cbd53c5660 (diff)
wording
Diffstat (limited to 'Remote/S3.hs')
-rw-r--r--Remote/S3.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/S3.hs b/Remote/S3.hs
index 4bc341e41..4f15f988e 100644
--- a/Remote/S3.hs
+++ b/Remote/S3.hs
@@ -118,7 +118,7 @@ s3Setup' u c = if isIA c then archiveorg else defaulthost
fromMaybe (error "specify bucket=") $
getBucketName c
let archiveconfig =
- -- hS3 does not pass through x-archive-* headers
+ -- IA acdepts x-amz-* as an alias for x-archive-*
M.mapKeys (replace "x-archive-" "x-amz-") $
-- encryption does not make sense here
M.insert "encryption" "none" $