Module Bucket.Tagging

Bucket tagging operations.

Fetch the bucket tag set.

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

Replace the bucket tag set.

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

Remove all bucket tags.