Skip to content

Commit 865ffb3

Browse files
committed
Merge branch 'w/7.70/bugfix/CLDSRV-620/strip-trailing-checksums' into tmp/octopus/w/8.8/bugfix/CLDSRV-620/strip-trailing-checksums
2 parents f7ff1b0 + 8d5f88b commit 865ffb3

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)