You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/s3.md
+30
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,36 @@ const r2 = new S3Client({
327
327
});
328
328
```
329
329
330
+
### Using Bun's S3Client with Clever Cloud Cellar
331
+
332
+
To use Bun's S3 client with [Clever Cloud Cellar]([https://developers.cloudflare.com/r2/](https://www.clever-cloud.com/developers/doc/addons/cellar/)), set `endpoint` to the Cellar endpoint in the `S3Client` constructor.
To use Bun's S3 client with [DigitalOcean Spaces](https://www.digitalocean.com/products/spaces/), set `endpoint` to the DigitalOcean Spaces endpoint in the `S3Client` constructor.
0 commit comments