1
mirror of https://github.com/rclone/rclone synced 2025-02-18 14:11:27 +01:00

docs: fix reference to serves3 setting disable_multipart_uploads which was renamed

This commit is contained in:
Matt Ickstadt 2025-01-14 10:37:25 -06:00 committed by albertony
parent d413443a6a
commit 6898375a2d
2 changed files with 2 additions and 2 deletions
cmd/serve/s3
docs/content

View File

@ -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

View File

@ -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