Module Preconditions.Delete

type t = {
  1. if_match : Etag_condition.t option;
}

Conditions for object deletes.

val none : t
val if_etag : Etag.t -> t