From e31ff3c63e54c2a37476750f92b7adf80275cfb1 Mon Sep 17 00:00:00 2001 From: Nikolay Dubina Date: Thu, 21 Mar 2024 17:16:47 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08c88b1..087a9c9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ res, err := io.ReadAll(r) #### Related Work -* https://github.com/yacchi/s3-fast-reader — provides `io.Reader` interface, focuses on connection pool and parallelism, uses mocks for tests +* https://github.com/yacchi/s3-fast-reader — provides `io.Reader` interface, focuses on connection pool and parallelism, uses mocks for tests [^1]: https://docs.aws.amazon.com/whitepapers/latest/s3-optimizing-performance-best-practices/use-byte-range-fetches.html [^2]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests