Skip to content

Commit 8d5f88b

Browse files
committed
Merge branch 'bugfix/CLDSRV-620/strip-trailing-checksums' into tmp/octopus/w/7.70/bugfix/CLDSRV-620/strip-trailing-checksums
2 parents b8626d6 + 307973e commit 8d5f88b

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)