package aws-s3-lwt

  1. Overview
  2. Docs
type t
val init : (?content_type:string -> ?content_encoding:(string * string) -> ?acl:string -> ?cache_control:string -> bucket:string -> key:string -> unit -> t result) command
val upload_part : (t -> part_number:int -> data:string -> unit -> unit result) command
val copy_part : (t -> part_number:int -> ?range:(int * int) -> bucket:string -> key:string -> unit -> unit result) command
val complete : (t -> unit -> string result) command
val abort : (t -> unit -> unit result) command