Bucket.EncryptionBucket default-encryption operations.
val get :
connection ->
bucket:Bucket_name.t ->
?options:Bucket.Encryption.options ->
unit ->
(Bucket.Encryption.result, Awskit.Error.t) Stdlib.result ioFetch bucket default-encryption configuration.
val put :
connection ->
bucket:Bucket_name.t ->
?options:Bucket.Encryption.options ->
config:Bucket.Encryption.config ->
unit ->
(Awskit.Response.t, Awskit.Error.t) Stdlib.result ioReplace bucket default-encryption configuration.
val delete :
connection ->
bucket:Bucket_name.t ->
?options:Bucket.Encryption.options ->
unit ->
(Awskit.Response.t, Awskit.Error.t) Stdlib.result ioDelete bucket default-encryption configuration.