We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55cd0ca + e7a4c38 commit d19c3fbCopy full SHA for d19c3fb
2 files changed
lib/Open/index.js
@@ -94,6 +94,7 @@ module.exports = {
94
return directory(source, options);
95
},
96
s3_v3: function (client, params, options) {
97
+ //@ts-ignore
98
const { GetObjectCommand, HeadObjectCommand } = require('@aws-sdk/client-s3');
99
const source = {
100
size: async () => {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "unzipper",
3
- "version": "0.12.2",
+ "version": "0.12.3",
4
"description": "Unzip cross-platform streaming API ",
5
"author": "Evan Oxfeld <eoxfeld@gmail.com>",
6
"contributors": [
0 commit comments