mirror of https://github.com/rclone/rclone.git
docs: fix reference to serves3 setting disable_multipart_uploads which was renamed
This commit is contained in:
parent
d413443a6a
commit
6898375a2d
|
@ -69,7 +69,7 @@ secret_access_key = SECRET_ACCESS_KEY
|
||||||
use_multipart_uploads = false
|
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.
|
[a bug](#bugs) which will be fixed in due course.
|
||||||
|
|
||||||
### Bugs
|
### Bugs
|
||||||
|
|
|
@ -3748,7 +3748,7 @@ secret_access_key = SECRET_ACCESS_KEY
|
||||||
use_multipart_uploads = false
|
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.
|
[a bug](/commands/rclone_serve_s3/#bugs) which will be fixed in due course.
|
||||||
|
|
||||||
### Scaleway
|
### Scaleway
|
||||||
|
|
Loading…
Reference in New Issue