We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f00c8e commit 42616f3Copy full SHA for 42616f3
1 file changed
tests/functional/aws-node-sdk/test/object/putVersion.js
@@ -48,6 +48,7 @@ async function putObjectVersion(s3, params, vid, next) {
48
}
49
);
50
const result = await s3.send(command);
51
+ console.log('PUT VERSION RESULT', result);
52
return next(null, result);
53
54
0 commit comments