From d413443a6a6415fe4df2e6fc18e9e48e3da73e7a Mon Sep 17 00:00:00 2001 From: Matt Ickstadt Date: Tue, 14 Jan 2025 10:18:53 -0600 Subject: [PATCH] docs: fix link to Rclone Serve S3 --- docs/content/s3.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/s3.md b/docs/content/s3.md index 280f5dd6d..c0565a978 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -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="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="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="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" >}} @@ -3728,7 +3728,7 @@ location_constraint = au-nsw ### Rclone Serve S3 {#rclone} 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: @@ -3749,7 +3749,7 @@ use_multipart_uploads = false ``` 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