Skip to content

Commit

Permalink
Fix AWS signing
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Apr 16, 2024
1 parent 9c7159b commit b6bab19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions object_store/src/aws/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ impl<'a> Request<'a> {
Self {
builder,
payload: Some(payload),
payload_sha256: Some(payload_sha256),
..self
}
}
Expand Down

0 comments on commit b6bab19

Please sign in to comment.