Module Values_0.S3SourceAdditionalOptionsSource

Specifies additional connection options for the Amazon S3 data store.

Sourcetype nonrec t = {
  1. boundedSize : BoxedLong.t option;
    (*

    Sets the upper limit for the target size of the dataset in bytes that will be processed.

    *)
  2. boundedFiles : BoxedLong.t option;
    (*

    Sets the upper limit for the target number of files that will be processed.

    *)
}
Sourceval make : ?boundedSize:??? -> ?boundedFiles:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of BoxedLong.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