Skip to content

Commit

Permalink
fix: Fixing presigned URL for Multi part upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaland committed Sep 9, 2024
1 parent eca7cfe commit d9ee8e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ extension UploadPartInput {
.withRegion(value: config.region)
.withSigningName(value: "s3")
.withSigningRegion(value: config.signingRegion)
.withUnsignedPayloadTrait(value: true)
.build()
let builder = ClientRuntime.OrchestratorBuilder<UploadPartInput, UploadPartOutput, SmithyHTTPAPI.HTTPRequest, SmithyHTTPAPI.HTTPResponse>()
config.interceptorProviders.forEach { provider in
Expand Down

0 comments on commit d9ee8e6

Please sign in to comment.