From a1690cd708f40b70a085fe05c4aa3045d7d0ae0e Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Thu, 20 Mar 2025 23:15:04 -0400 Subject: [PATCH] Trivial formatting fix in S3 docs (#18346) --- docs/api/s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()`.