File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
client-lex-runtime-service/protocols
client-mediastore-data/protocols Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ export const serializeAws_restJson1PostContentCommand = async (
179
179
) : Promise < __HttpRequest > => {
180
180
const headers : any = {
181
181
"Content-Type" : "application/octet-stream" ,
182
- "x-amz-content-sha256" : "UNSIGNED_PAYLOAD " ,
182
+ "x-amz-content-sha256" : "UNSIGNED-PAYLOAD " ,
183
183
...( isSerializableHeaderValue ( input . accept ) && { Accept : input . accept ! } ) ,
184
184
...( isSerializableHeaderValue ( input . contentType ) && {
185
185
"Content-Type" : input . contentType !
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ export const serializeAws_restJson1PutObjectCommand = async (
184
184
) : Promise < __HttpRequest > => {
185
185
const headers : any = {
186
186
"Content-Type" : "application/octet-stream" ,
187
- "x-amz-content-sha256" : "UNSIGNED_PAYLOAD " ,
187
+ "x-amz-content-sha256" : "UNSIGNED-PAYLOAD " ,
188
188
...( isSerializableHeaderValue ( input . CacheControl ) && {
189
189
"Cache-Control" : input . CacheControl !
190
190
} ) ,
You can’t perform that action at this time.
0 commit comments