Values.S3UpdateObjectEncryptionOperationSourceWith the UpdateObjectEncryption operation, you can atomically update the server-side encryption type of an existing object in a general purpose bucket without any data movement.
type nonrec t = {objectEncryption : ObjectEncryption.t option;The updated server-side encryption type for this S3 object. The UpdateObjectEncryption operation supports the SSE-KMS encryption type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of NonEmptyKmsKeyArnString.t ])
list ])
list ])
list ]