Multipart.Upload_parttype options = {checksum : Object.Checksum.value option;Explicit checksum for this part body.
*)customer_key : Encryption.Customer_key.t option;SSE-C customer key headers for this uploaded part.
*)expected_bucket_owner : Account_id.t option;x-amz-expected-bucket-owner.
}UploadPart request options.
type result = {part : Part.t;Completed part reference for CompleteMultipartUpload.
checksum : Object.Checksum.response;Checksum response headers for the uploaded part.
*)response : Awskit.Response.t;Raw response metadata.
*)}UploadPart result metadata.
val default_options : optionsval options :
?checksum:Object.Checksum.value ->
?customer_key:Encryption.Customer_key.t ->
?expected_bucket_owner:Account_id.t ->
unit ->
(options, Awskit.Error.t) Stdlib.resultBuild UploadPart options.
val options_exn :
?checksum:Object.Checksum.value ->
?customer_key:Encryption.Customer_key.t ->
?expected_bucket_owner:Account_id.t ->
unit ->
optionsLike options, but raises on validation failure.