diff --git a/docs/api/s3.md b/docs/api/s3.md index 29da1b3709..e8f372c437 100644 --- a/docs/api/s3.md +++ b/docs/api/s3.md @@ -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()`.