mirror of https://github.com/rclone/rclone.git
docs: fix link to Rclone Serve S3
This commit is contained in:
parent
5039747f26
commit
d413443a6a
|
@ -31,7 +31,7 @@ The S3 backend can be used with a number of different providers:
|
||||||
{{< provider name="Petabox" home="https://petabox.io/" config="/s3/#petabox" >}}
|
{{< provider name="Petabox" home="https://petabox.io/" config="/s3/#petabox" >}}
|
||||||
{{< provider name="Qiniu Cloud Object Storage (Kodo)" home="https://www.qiniu.com/en/products/kodo" config="/s3/#qiniu" >}}
|
{{< provider name="Qiniu Cloud Object Storage (Kodo)" home="https://www.qiniu.com/en/products/kodo" config="/s3/#qiniu" >}}
|
||||||
{{< provider name="RackCorp Object Storage" home="https://www.rackcorp.com/" config="/s3/#RackCorp" >}}
|
{{< provider name="RackCorp Object Storage" home="https://www.rackcorp.com/" config="/s3/#RackCorp" >}}
|
||||||
{{< provider name="Rclone Serve S3" home="/commands/rclone_serve_http/" config="/s3/#rclone" >}}
|
{{< provider name="Rclone Serve S3" home="/commands/rclone_serve_s3/" config="/s3/#rclone" >}}
|
||||||
{{< provider name="Scaleway" home="https://www.scaleway.com/en/object-storage/" config="/s3/#scaleway" >}}
|
{{< provider name="Scaleway" home="https://www.scaleway.com/en/object-storage/" config="/s3/#scaleway" >}}
|
||||||
{{< provider name="Seagate Lyve Cloud" home="https://www.seagate.com/gb/en/services/cloud/storage/" config="/s3/#lyve" >}}
|
{{< provider name="Seagate Lyve Cloud" home="https://www.seagate.com/gb/en/services/cloud/storage/" config="/s3/#lyve" >}}
|
||||||
{{< provider name="SeaweedFS" home="https://github.com/chrislusf/seaweedfs/" config="/s3/#seaweedfs" >}}
|
{{< provider name="SeaweedFS" home="https://github.com/chrislusf/seaweedfs/" config="/s3/#seaweedfs" >}}
|
||||||
|
@ -3728,7 +3728,7 @@ location_constraint = au-nsw
|
||||||
### Rclone Serve S3 {#rclone}
|
### Rclone Serve S3 {#rclone}
|
||||||
|
|
||||||
Rclone can serve any remote over the S3 protocol. For details see the
|
Rclone can serve any remote over the S3 protocol. For details see the
|
||||||
[rclone serve s3](/commands/rclone_serve_http/) documentation.
|
[rclone serve s3](/commands/rclone_serve_s3/) documentation.
|
||||||
|
|
||||||
For example, to serve `remote:path` over s3, run the server like this:
|
For example, to serve `remote:path` over s3, run the server like this:
|
||||||
|
|
||||||
|
@ -3749,7 +3749,7 @@ use_multipart_uploads = false
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that setting `disable_multipart_uploads = true` is to work around
|
Note that setting `disable_multipart_uploads = true` is to work around
|
||||||
[a bug](/commands/rclone_serve_http/#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