Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/sandbox/connect-bucket.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.