package awskit-s3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Encryption.AlgorithmSource

Bucket default encryption configuration.

Sourcetype 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.

Sourceval to_string : t -> string
Sourceval of_string : string -> t