Values_0.S3ConfigSourceInformation about the Amazon Simple Storage Service (Amazon S3) storage type.
type nonrec t = {bucketName : BucketName.t;The S3 bucket name.
*)bucketPrefix : Prefix.t;The S3 bucket prefix.
*)encryptionConfig : EncryptionConfig.t option;The Amazon S3 encryption configuration.
*)}val make :
?encryptionConfig:??? ->
bucketName:BucketName.t ->
bucketPrefix:Prefix.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of BucketName.t
| `Structure of
(string * [> `Enum of string | `String of KeyId.t ]) list ])
list ]