Skip to content

Commit 307973e

Browse files
committed
fix typo
1 parent c141f20 commit 307973e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/apiUtils/object/prepareStream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function prepareStream(stream, streamingV4Params, log, errCb) {
3333

3434
function stripTrailingChecksumStream(stream, log) {
3535
// don't do anything if we are not in the correct integrity check mode
36-
if (stream.headers['x-amz-content-sha256'] !== `STREAMING-UNSIGNED-PAYLOAD-TRAILER') {
36+
if (stream.headers['x-amz-content-sha256'] !== 'STREAMING-UNSIGNED-PAYLOAD-TRAILER') {
3737
return stream;
3838
}
3939

0 commit comments

Comments
 (0)