From d0dee68bc9227945cde43956d8ac1f08bf5904b9 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Sun, 18 Dec 2022 20:19:26 -0600 Subject: [PATCH] Add depot package (#2432) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index e43edcd..a0668fe 100644 --- a/packages.json +++ b/packages.json @@ -28213,6 +28213,24 @@ "license": "MIT", "web": "https://github.com/khchen/tinyre" }, + { + "name": "depot", + "url": "https://github.com/guzba/depot", + "method": "git", + "tags": [ + "aws", + "s3", + "r2", + "b2", + "gcs", + "backblaze", + "cloudflare", + "amazon" + ], + "description": "For working with S3-compatible storage APIs", + "license": "MIT", + "web": "https://github.com/guzba/depot" + }, { "name": "integers", "url": "https://github.com/fsh/integers",