mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Trivial formatting fix in S3 docs (#18346)
This commit is contained in:
committed by
GitHub
parent
e602e2b887
commit
a1690cd708
@@ -715,7 +715,7 @@ await S3Client.delete("my-file.txt", credentials);
|
||||
await S3Client.unlink("my-file.txt", credentials);
|
||||
```
|
||||
|
||||
## s3:// protocol
|
||||
## `s3://` protocol
|
||||
|
||||
To make it easier to use the same code for local files and S3 files, the `s3://` protocol is supported in `fetch` and `Bun.file()`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user