diff options
author | Joey Hess <joey@kitenet.net> | 2014-11-03 16:07:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-11-03 16:07:41 -0400 |
commit | 07542a2e5b3f758863bbe969253a694d13deba48 (patch) | |
tree | 9a5528b19e574786a11e87fdb14c659a4f0a7ebf /Remote | |
parent | 1780931b0443302ddbe177ffb3037da88e1c2704 (diff) |
show multipart configuration in git annex info s3remote
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/S3.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Remote/S3.hs b/Remote/S3.hs index 9c90d4b2c..26f7a7a9a 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)) ] } |