summaryrefslogtreecommitdiff
path: root/Remote
diff options
context:
space:
mode:
Diffstat (limited to 'Remote')
-rw-r--r--Remote/S3.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/S3.hs b/Remote/S3.hs
index e5ed17c49..3bf15c4ff 100644
--- a/Remote/S3.hs
+++ b/Remote/S3.hs
@@ -97,7 +97,7 @@ gen r u c gc = do
, if configIA c
then Just ("internet archive item", iaItemUrl $ fromMaybe "unknown" $ getBucketName c)
else Nothing
- , Just ("multipart", maybe "disabled" (roughSize storageUnits False) (getPartSize c))
+ , Just ("partsize", maybe "unlimited" (roughSize storageUnits False) (getPartSize c))
]
}