docs: fix typo in docs.md
- OpenChunkedWriter + OpenChunkWriter
This commit is contained in:
parent
9f42ed3380
commit
768c57c1ba
1 changed files with 1 additions and 1 deletions
|
@ -1674,7 +1674,7 @@ use multiple threads to transfer the file (default 256M).
|
||||||
|
|
||||||
Capable backends are marked in the
|
Capable backends are marked in the
|
||||||
[overview](/overview/#optional-features) as `MultithreadUpload`. (They
|
[overview](/overview/#optional-features) as `MultithreadUpload`. (They
|
||||||
need to implement either the `OpenWriterAt` or `OpenChunkedWriter`
|
need to implement either the `OpenWriterAt` or `OpenChunkWriter`
|
||||||
internal interfaces). These include include, `local`, `s3`,
|
internal interfaces). These include include, `local`, `s3`,
|
||||||
`azureblob`, `b2`, `oracleobjectstorage` and `smb` at the time of
|
`azureblob`, `b2`, `oracleobjectstorage` and `smb` at the time of
|
||||||
writing.
|
writing.
|
||||||
|
|
Loading…
Add table
Reference in a new issue