8000 fix S3 signature · localstack/localstack@8ca9935 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ca9935

Browse files
committed
fix S3 signature
1 parent 4d36843 commit 8ca9935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

localstack-core/localstack/services/s3/provider.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,6 +2358,7 @@ def complete_multipart_upload(
23582358
checksum_sha256: ChecksumSHA256 = None,
23592359
request_payer: RequestPayer = None,
23602360
expected_bucket_owner: AccountId = None,
2361+
if_match: IfMatch = None,
23612362
if_none_match: IfNoneMatch = None,
23622363
sse_customer_algorithm: SSECustomerAlgorithm = None,
23632364
sse_c 37E8 ustomer_key: SSECustomerKey = None,

0 commit comments

Comments
 (0)
0