Bucket.CorsBucket CORS operations.
val get :
t ->
bucket:Awskit_s3.Bucket_name.t ->
?options:Awskit_s3.Bucket.Cors.options ->
unit ->
(Awskit_s3.Bucket.Cors.result, Awskit.Error.t) Stdlib.resultFetch bucket CORS configuration.
val put :
t ->
bucket:Awskit_s3.Bucket_name.t ->
?options:Awskit_s3.Bucket.Cors.options ->
config:Awskit_s3.Bucket.Cors.config ->
unit ->
(Awskit.Response.t, Awskit.Error.t) Stdlib.resultReplace bucket CORS configuration.
val delete :
t ->
bucket:Awskit_s3.Bucket_name.t ->
?options:Awskit_s3.Bucket.Cors.options ->
unit ->
(Awskit.Response.t, Awskit.Error.t) Stdlib.resultDelete bucket CORS configuration.