Module Values_0.S3ConfigSource

Information about the Amazon Simple Storage Service (Amazon S3) storage type.

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

    The S3 bucket name.

    *)
  2. bucketPrefix : Prefix.t;
    (*

    The S3 bucket prefix.

    *)
  3. encryptionConfig : EncryptionConfig.t option;
    (*

    The Amazon S3 encryption configuration.

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