From 8eb9adb20aa605f4471539624346495ce5eaf374 Mon Sep 17 00:00:00 2001 From: Donald Gray Date: Mon, 9 Sep 2024 15:23:22 +0100 Subject: [PATCH] Add amazon-s3-url to package.json --- LeedsPrototypeTests/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LeedsPrototypeTests/package.json b/LeedsPrototypeTests/package.json index 627b210..eaa6732 100644 --- a/LeedsPrototypeTests/package.json +++ b/LeedsPrototypeTests/package.json @@ -14,6 +14,7 @@ "dependencies": { "@aws-sdk/client-s3": "^3.633.0", "@aws-sdk/credential-providers": "^3.632.0", - "s3-url-parser": "^1.0.3" + "s3-url-parser": "^1.0.3", + "amazon-s3-url": "^1.0.3" } }