Module Presigned.Delete_object

type options = {
  1. expires_in : Ptime.Span.t option;
    (*

    URL lifetime. AWS S3 accepts at most seven days for SigV4 query authentication.

    *)
  2. expected_bucket_owner : Account_id.t option;
    (*

    x-amz-expected-bucket-owner header to sign.

    *)
  3. extra_signed_headers : (string * string) list;
    (*

    Additional headers to include in the signature.

    *)
}

Presigned DELETE Object options.

val default_options : options

Default presigned DELETE Object options.