aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnWvnTWY6LrcPB4BzYEBn5mRTpNhg5EtEg <Bence@web>2014-12-08 17:27:06 +0000
committerGravatar admin <admin@branchable.com>2014-12-08 17:27:06 +0000
commitfc642204cbb162dabb9a40172eba182f6d1856b3 (patch)
tree658b0acc74f74ec99676e5d6e4cc049ee9df3798 /doc
parent0a83b5bdf05af999d0d41392844b754df932aa7e (diff)
IMHO: there is no multipart parameter in the source but partsize (I don't speek Haskell, sorry) as of now.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/S3_upload_not_using_multipart.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/S3_upload_not_using_multipart.mdwn b/doc/bugs/S3_upload_not_using_multipart.mdwn
index cd40e9d2b..ac3817c65 100644
--- a/doc/bugs/S3_upload_not_using_multipart.mdwn
+++ b/doc/bugs/S3_upload_not_using_multipart.mdwn
@@ -57,6 +57,6 @@ Please provide any additional information below.
> enough version of the aws library. You need to configure the remote to
> use an appropriate value for multipart, eg:
>
-> git annex enableremote cloud multipart=1GiB
+> git annex enableremote cloud partsize=1GiB
>
> --[[Joey]]