From 671708c520c94b4c5e6e9ae82fb2b962a207ad45 Mon Sep 17 00:00:00 2001 From: James Prevett Date: Sat, 26 Oct 2024 22:37:34 -0500 Subject: [PATCH] Added `@zenfs/cloud` --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index c720628..f426a20 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -26,7 +26,7 @@

dom: Backends which use DOM APIs (i.e. browsers)

zip: Backend for ZIP archives

iso: Backend for ISO disk images

-

dropbox: Backend for Dropbox

+

cloud: Backends for cloud providers, like Dropbox and AWS S3.

emscripten: Backend for use with Emscripten (Work in Progress)

Playground