diff options
Diffstat (limited to 'Remote/S3.hs')
-rw-r--r-- | Remote/S3.hs | 2 |
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" $ |