Module Values.S3DestinationConfigSource

Configuration parameters for where in an S3 bucket to place the harvested content.

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

    The name of an S3 bucket within which harvested content will be exported.

    *)
  2. destinationPath : S3DestinationPath.t;
    (*

    The path within the specified S3 bucket where the harvested content will be placed.

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