Bucket.EncryptionBucket default-encryption operations.
val get :
t ->
bucket:Awskit_s3.Bucket_name.t ->
?options:Awskit_s3.Bucket.Encryption.options ->
unit ->
(Awskit_s3.Bucket.Encryption.result, Awskit.Error.t) Stdlib.result Lwt.tFetch bucket default-encryption configuration.
val put :
t ->
bucket:Awskit_s3.Bucket_name.t ->
?options:Awskit_s3.Bucket.Encryption.options ->
config:Awskit_s3.Bucket.Encryption.config ->
unit ->
(Awskit.Response.t, Awskit.Error.t) Stdlib.result Lwt.tReplace bucket default-encryption configuration.
val delete :
t ->
bucket:Awskit_s3.Bucket_name.t ->
?options:Awskit_s3.Bucket.Encryption.options ->
unit ->
(Awskit.Response.t, Awskit.Error.t) Stdlib.result Lwt.tDelete bucket default-encryption configuration.