Bucket.EncryptionBucket encryption request options.
module Algorithm : sig ... endBucket default encryption configuration.
module Blocked_encryption_type : sig ... endmodule Rule : sig ... endBucket encryption configuration.
GetBucketEncryption result metadata.
val default_options : optionsDefault bucket encryption options: no owner guard.
val options :
?expected_bucket_owner:Account_id.t ->
unit ->
(options, Awskit.Error.t) Stdlib.resultBuild bucket encryption request options.
val options_exn : ?expected_bucket_owner:Account_id.t -> unit -> optionsLike options, but raises on validation failure.