aws: bump s3 client to 3.360.0 (#216)

* aws: bump s3 client to 3.360.0
This commit is contained in:
Brandon Liu
2023-07-07 15:34:46 +08:00
committed by GitHub
parent d4e7974887
commit 7bab1d744e
2 changed files with 1983 additions and 1706 deletions

View File

@@ -15,7 +15,7 @@
"test": "node -r esbuild-runner/register ../shared/index.test.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.213.0",
"@aws-sdk/node-http-handler": "^3.212.0"
"@aws-sdk/client-s3": "^3.360.0",
"@aws-sdk/node-http-handler": "^3.360.0"
}
}