From 5c3d9d6caa06b57b4ec25ce61e2db4d37fe109e7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 3 Nov 2014 16:07:41 -0400 Subject: [PATCH] show multipart configuration in git annex info s3remote --- Remote/S3.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Remote/S3.hs b/Remote/S3.hs index 9c90d4b2c0..26f7a7a9aa 100644 --- a/Remote/S3.hs +++ b/Remote/S3.hs @@ -95,6 +95,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)) ] }