Skip to content

Commit 33a41b8

Browse files
committed
Merge branch 'w/8.8/bugfix/CLDSRV-620/strip-trailing-checksums' into tmp/octopus/w/9.0/bugfix/CLDSRV-620/strip-trailing-checksums
2 parents ca4befb + 865ffb3 commit 33a41b8

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)