Module Awskit_s3_sim.Multipart

Multipart operations against the in-memory simulator store.

Multipart upload operations.

Start a multipart upload and return its upload handle.

Upload one multipart part.

part_number must be in S3's valid range, and body must have an accurate known content length.

Complete a multipart upload using the supplied completed part list.

val abort_upload : t -> upload:_ Awskit_s3.Multipart.Upload.t -> ?options:Awskit_s3.Multipart.Abort.options -> unit -> (Awskit_s3.Multipart.Abort.result, Awskit.Error.t) Stdlib.result

Abort a multipart upload.

Fetch one ListParts page. Use List_parts helpers to follow pagination.

module List_parts : sig ... end

Pagination helpers for ListParts.