Values.S3LocationSourceThe S3 location.
type nonrec t = {bucket : S3LocationBucketString.t;The bucket name.
*)key : S3LocationKeyString.t;The object key.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of S3LocationBucketString.t ]) list ]