1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-16 00:04:40 +00: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 Nick Craig-Wood
parent 1ef2da31a7
commit 626bdacd59
2 changed files with 2 additions and 2 deletions

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