Module Encryption.Algorithm

Bucket default encryption configuration.

type t =
  1. | Aes256
  2. | Aws_kms
  3. | Aws_kms_dsse
  4. | 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