Support AWS S3 and compatible software

This commit is contained in:
whywaita 2022-02-14 18:51:41 +09:00
parent 72d1e4fdff
commit 3922a6a550
No known key found for this signature in database
GPG key ID: 410FE9327D2F4F0E
10 changed files with 122536 additions and 26393 deletions

View file

@ -23,10 +23,12 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/cache": "^1.0.9",
"@actions/cache": "https://gitpkg.now.sh/whywaita/toolkit/packages/cache?main",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",
"@actions/io": "^1.1.0"
"@actions/io": "^1.1.0",
"@aws-sdk/client-s3": "^3.51.0",
"@aws-sdk/types": "^3.50.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",