From eb461d9760b5c0ddd1653770b88cf954edb1cff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20T=2E=20Jarl=C3=B8v?= Date: Sat, 26 Jun 2021 15:33:52 +0200 Subject: [PATCH] Add "awsS3" (#1950) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4ac8eef..8553933 100644 --- a/packages.json +++ b/packages.json @@ -23103,6 +23103,19 @@ "license": "MIT", "web": "https://github.com/khchen/chain" }, + { + "name": "awsS3", + "url": "https://github.com/ThomasTJdev/nim_awsS3", + "method": "git", + "tags": [ + "aws", + "amazon", + "s3" + ], + "description": "Amazon Simple Storage Service (AWS S3) basic API support.", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_awsS3" + }, { "name": "awsSTS", "url": "https://github.com/ThomasTJdev/nim_awsSTS",