Encryption.Algorithm
Bucket default encryption configuration.
type t =
| Aes256
| Aws_kms
| Aws_kms_dsse
| Unknown of string
Server-side encryption algorithms returned by S3. Unknown values are preserved for forward compatibility.
val to_string : t -> string
val of_string : string -> t