show multipart configuration in git annex info s3remote

This commit is contained in:
Joey Hess 2014-11-03 16:07:41 -04:00
parent a3ec6ed73b
commit 5c3d9d6caa

View file

@ -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))
]
}