Module Bucket.Tagging

Bucket tagging operations.

val get : connection -> bucket:Bucket_name.t -> ?options:Bucket.Tagging.options -> unit -> (Bucket.Tagging.result, Awskit.Error.t) Stdlib.result io

Fetch the bucket tag set.

val put : connection -> bucket:Bucket_name.t -> ?options:Bucket.Tagging.options -> tags:Tag.Set.t -> unit -> (Awskit.Response.t, Awskit.Error.t) Stdlib.result io

Replace the bucket tag set.

val delete : connection -> bucket:Bucket_name.t -> ?options:Bucket.Tagging.options -> unit -> (Awskit.Response.t, Awskit.Error.t) Stdlib.result io

Remove all bucket tags.