Added S3BucketCache implementation

Signed-off-by: Guillermo Mazzola <guillermo.mazzola@glovoapp.com>
This commit is contained in:
Guillermo Mazzola 2023-06-27 15:31:38 +02:00
parent 4ff2ffb7bf
commit 734fca3807
No known key found for this signature in database
GPG key ID: 6A17887FBC885E08
6 changed files with 2611 additions and 10 deletions

View file

@ -33,11 +33,12 @@
"@actions/glob": "0.4.0",
"@actions/http-client": "2.1.0",
"@actions/tool-cache": "2.0.1",
"@aws-sdk/client-s3": "^3.359.0",
"string-argv": "0.3.2"
},
"devDependencies": {
"@types/node": "16.11.21",
"@types/jest": "29.5.1",
"@types/node": "16.11.21",
"@types/unzipper": "0.10.6",
"@typescript-eslint/parser": "5.59.7",
"@vercel/ncc": "0.36.1",
@ -45,7 +46,7 @@
"eslint-plugin-github": "4.7.0",
"eslint-plugin-jest": "27.2.1",
"jest": "29.5.0",
"js-yaml": "4.1.0",
"js-yaml": "4.1.0",
"patch-package": "7.0.0",
"prettier": "2.8.8",
"ts-jest": "29.1.0",