Skip to content

Commit

Permalink
feat: support multipartUpload set storage-class header
Browse files Browse the repository at this point in the history
  • Loading branch information
csg01123119 committed Jul 19, 2024
1 parent 5892a69 commit b94d92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/object.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ describe('test/object.test.js', () => {
assert.equal(result2.res.status, 200);
isEqual = await streamEqual(result.stream, fs.createReadStream(processedImagePath));
isEqual2 = await streamEqual(result2.stream, fs.createReadStream(processedImagePath2));
console.log('22', isEqual, isEqual2);
console.log('222', isEqual, isEqual2);
assert(isEqual || isEqual2);
});

Expand Down

0 comments on commit b94d92a

Please sign in to comment.