Skip to content

Commit 7e718ff

Browse files
replace sdk lib with v3
1 parent 9af5c92 commit 7e718ff

File tree

2 files changed

+157
-188
lines changed

2 files changed

+157
-188
lines changed

packages/oc-s3-storage-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
},
3131
"license": "MIT",
3232
"dependencies": {
33+
"@aws-sdk/client-s3": "3.186.0",
3334
"async": "3.1.1",
34-
"aws-sdk": "^2.184.0",
3535
"fs-extra": "8.1.0",
3636
"lodash": "^4.17.4",
3737
"nice-cache": "^0.0.5",
@@ -46,4 +46,4 @@
4646
"@types/lodash": "4.14.186",
4747
"@types/node-dir": "0.0.34"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)