Skip to content

Commit

Permalink
Update botocore handlers for CompleteMultipartUpload
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Oct 10, 2023
1 parent 0ba353c commit dca5239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awscli/botocore/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,7 @@ def customize_endpoint_resolver_builtins(
('before-parameter-build.s3.UploadPart', sse_md5),
('before-parameter-build.s3.UploadPartCopy', sse_md5),
('before-parameter-build.s3.UploadPartCopy', copy_source_sse_md5),
('before-parameter-build.s3.CompleteMultipartUpload', sse_md5),
('before-parameter-build.ec2.RunInstances', base64_encode_user_data),
('before-parameter-build.auto-scaling.CreateLaunchConfiguration',
base64_encode_user_data),
Expand Down

0 comments on commit dca5239

Please sign in to comment.