Trivial formatting fix in S3 docs (#18346)

This commit is contained in:
Vincent (Wen Yu) Ge
2025-03-20 23:15:04 -04:00
committed by GitHub
parent e602e2b887
commit a1690cd708

View File

@@ -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()`.