From 3bc3e0c61d644744b8299cfffc518a551443ba3b Mon Sep 17 00:00:00 2001 From: Luke Seelenbinder Date: Thu, 1 Feb 2024 21:06:12 +0100 Subject: [PATCH] Update README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff04a27..166428b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ originally created by Brandon Liu for Protomaps. - Backends supported: - Async `mmap` (Tokio) for local files - Async `http` and `https` (Reqwuest + Tokio) for URLs + - Async `s3` (Rust-S3 + Tokio) for S3-compatible buckets ## Plans & TODOs