aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]]