Skip to content

Commit 42616f3

Browse files
committed
fixup
1 parent 5f00c8e commit 42616f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/functional/aws-node-sdk/test/object/putVersion.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ async function putObjectVersion(s3, params, vid, next) {
4848
}
4949
);
5050
const result = await s3.send(command);
51+
console.log('PUT VERSION RESULT', result);
5152
return next(null, result);
5253
}
5354

0 commit comments

Comments
 (0)