package aws-s3

  1. Overview
  2. Docs

Utilites

type region =
  1. | Ap_northeast_1
  2. | Ap_southeast_1
  3. | Ap_southeast_2
  4. | Eu_central_1
  5. | Eu_west_1
  6. | Sa_east_1
  7. | Us_east_1
  8. | Us_west_1
  9. | Us_west_2
val region_of_string : string -> region
val gzip_data : ?level:int -> string -> string
module Make (Compat : Types.Compat) : sig ... end