diff --git a/cmd/serve/s3/serve_s3.md b/cmd/serve/s3/serve_s3.md index a7cda6232..1c805ab48 100644 --- a/cmd/serve/s3/serve_s3.md +++ b/cmd/serve/s3/serve_s3.md @@ -69,7 +69,7 @@ secret_access_key = SECRET_ACCESS_KEY use_multipart_uploads = false ``` -Note that setting `disable_multipart_uploads = true` is to work around +Note that setting `use_multipart_uploads = false` is to work around [a bug](#bugs) which will be fixed in due course. ### Bugs diff --git a/docs/content/s3.md b/docs/content/s3.md index c0565a978..fa1fbe2e5 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -3748,7 +3748,7 @@ secret_access_key = SECRET_ACCESS_KEY use_multipart_uploads = false ``` -Note that setting `disable_multipart_uploads = true` is to work around +Note that setting `use_multipart_uploads = false` is to work around [a bug](/commands/rclone_serve_s3/#bugs) which will be fixed in due course. ### Scaleway