Module Preconditions.Copy_source

type t = {
  1. if_match : Etag_condition.t option;
  2. if_none_match : Etag_condition.t option;
  3. if_modified_since : Ptime.t option;
  4. if_unmodified_since : Ptime.t option;
}

Conditions applied to the source object in copy requests.

val none : t

No source-object preconditions.