Module Values.S3LocationSource

Details of the S3 bucket that report generator reports are published to.

Sourcetype nonrec t = {
  1. bucket : String_.t option;
    (*

    Name of the S3 bucket reports are published to.

    *)
  2. keyPrefix : String_.t option;
    (*

    Prefix of the S3 bucket reports are published to.

    *)
}
Sourceval make : ?bucket:??? -> ?keyPrefix:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t