Module Values.S3SourcePropertiesSource

The properties that are applied when Amazon S3 is being used as the flow source.

Sourcetype nonrec t = {
  1. bucketName : BucketName.t;
    (*

    The Amazon S3 bucket name where the source files are stored.

    *)
  2. bucketPrefix : BucketPrefix.t option;
    (*

    The object key for the Amazon S3 bucket in which the source files are stored.

    *)
}
Sourceval context_ : string
Sourceval make : ?bucketPrefix:??? -> bucketName:BucketName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BucketName.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