package aws-s3-async

  1. Overview
  2. Docs

Module S3.Multipart_uploadSource

Sourcetype t
Sourceval init : (?content_type:string -> ?content_encoding:(string * string) -> ?acl:string -> ?cache_control:string -> bucket:string -> key:string -> unit -> t result) command
Sourceval upload_part : (t -> part_number:int -> ?expect:bool -> data:string -> unit -> unit result) command
Sourceval copy_part : (t -> part_number:int -> ?range:(int * int) -> bucket:string -> key:string -> unit -> unit result) command
Sourceval complete : (t -> unit -> etag result) command
Sourceval abort : (t -> unit -> unit result) command
Sourcemodule Stream : sig ... end
OCaml

Innovation. Community. Security.