package awsm

  1. Overview
  2. Docs

Module Cfg.S3_custom_command_settingsSource

Sourcetype t = {
  1. max_concurrent_requests : string option;
  2. max_queue_size : string option;
  3. multipart_threshold : string option;
  4. multipart_chunksize : string option;
  5. max_bandwidth : string option;
  6. use_accelerate_endpoint : string option;
  7. use_dualstack_endpoint : string option;
  8. addressing_style : string option;
}
Sourceval addressing_style : t -> string option
Sourceval use_dualstack_endpoint : t -> string option
Sourceval use_accelerate_endpoint : t -> string option
Sourceval max_bandwidth : t -> string option
Sourceval multipart_chunksize : t -> string option
Sourceval multipart_threshold : t -> string option
Sourceval max_queue_size : t -> string option
Sourceval max_concurrent_requests : t -> string option
Sourcemodule Fields : sig ... end
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.