Comment 3 for bug 1065522

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to swift (master)

Reviewed: https://review.openstack.org/104101
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=90272a0564e3824e1199fb7e1250de124c1f34b0
Submitter: Jenkins
Branch: master

commit 90272a0564e3824e1199fb7e1250de124c1f34b0
Author: Matthew Oliver <email address hidden>
Date: Wed Jul 2 17:21:54 2014 +1000

    Add X-Delete-At/After support to FormPost

    This change adds the ability to specify a X-Delete-At or
    X-Delete-After attribute when using the FormPost middleware.

    Here is an example of what you need to add to the form:

      <input type="hidden" name="x_delete_at" value="<unix-timestamp>"/>
      <input type="hidden" name="x_delete_after" value="<seconds>"/>

    To be inline with the other form imput names, x-delete-at/after has
    changed to x_delete_at/after.

    DocImpact
    Change-Id: Ib1cc0bcf1dd7d2b689f2f26d100f9bab36880c81
    Closes-Bug: #1065522