We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c141f20 commit 307973eCopy full SHA for 307973e
lib/api/apiUtils/object/prepareStream.js
@@ -33,7 +33,7 @@ function prepareStream(stream, streamingV4Params, log, errCb) {
33
34
function stripTrailingChecksumStream(stream, log) {
35
// 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') {
+ if (stream.headers['x-amz-content-sha256'] !== 'STREAMING-UNSIGNED-PAYLOAD-TRAILER') {
37
return stream;
38
}
39
0 commit comments