Values.S3LocationSourceDescribes an Amazon S3 location that will receive the results of the restore request.
type nonrec t = {bucketName : BucketName.t;The name of the bucket where the restore results will be placed.
*)prefix : LocationPrefix.t;The prefix that is prepended to the restore results for this request.
*)encryption : Encryption.t option;cannedACL : ObjectCannedACL.t option;The canned ACL to apply to the restore results.
*)accessControlList : Grants.t option;A list of grants that control access to the staged results.
*)tagging : Tagging.t option;The tag-set that is applied to the restore results.
*)userMetadata : UserMetadata.t option;A list of metadata to store with the restore results in S3.
*)storageClass : StorageClass.t option;The class of storage used to store the restore results.
*)}val make :
?encryption:??? ->
?cannedACL:??? ->
?accessControlList:??? ->
?tagging:??? ->
?userMetadata:??? ->
?storageClass:??? ->
bucketName:BucketName.t ->
prefix:LocationPrefix.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of MetadataKey.t
| `Structure of
(string * [> `Enum of string | `String of DisplayName.t ])
list ])
list ]
list
| `String of BucketName.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of ObjectKey.t ]) list ]
list
| `String of SSEKMSKeyId.t ])
list ])
list ]