From b23a7047ce2b0fb81b2c6d6ad8476e95fd32e1b5 Mon Sep 17 00:00:00 2001 From: David Myriel Date: Wed, 15 Apr 2026 12:31:20 +0200 Subject: [PATCH] Update connect-bucket.mdx --- docs/sandbox/connect-bucket.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sandbox/connect-bucket.mdx b/docs/sandbox/connect-bucket.mdx index 4b13b601..47a1dd3d 100644 --- a/docs/sandbox/connect-bucket.mdx +++ b/docs/sandbox/connect-bucket.mdx @@ -199,3 +199,7 @@ sandbox.commands.run( ### Flags It's the same as for S3. + +## Other S3-compatible providers + +The same `s3fs` template works with any S3-compatible object storage provider (for example, [Tigris](https://www.tigrisdata.com/), [MinIO](https://min.io/), or [Backblaze B2](https://www.backblaze.com/cloud-storage)) by passing the provider's endpoint via the `-o url=` flag, as shown in the Cloudflare R2 example above. Credentials are supplied through `/root/.passwd-s3fs` in the same format.