swift/swift
Samuel Merritt 134e864fa1 Add POST and DELETE to tempurl default methods
The tempurl middleware supports any configured HTTP methods, but the
default set was only GET, PUT, and HEAD, so cluster operators had to
take action to enable POST and DELETE. This commit changes the
defaults to include POST and DELETE.

Note that this doesn't affect any existing temporary URLs at all; the
method is baked into the signature (temp_url_sig query param), so no
new access is granted to a holder of a temporary URL by this
change. It simply gives more flexibility to creators of temporary
URLs.

Change-Id: I5bc15bbd2968ab7bedcd7c0df10f2ec825537191
2014-08-07 12:26:11 +01:00
..
account Reuse a cursor instead of a conn.execute for better performance 2014-07-25 16:36:37 -07:00
cli Merge "Make swift-form-signature output a sample form" 2014-08-06 12:45:04 +00:00
common Add POST and DELETE to tempurl default methods 2014-08-07 12:26:11 +01:00
container Merge "Reuse a cursor instead of a conn.execute for better performance" 2014-07-25 22:28:50 +00:00
obj Merge "Add X-Backend-Timestamp on more object server responses" 2014-08-02 03:01:41 +00:00
proxy Merge "Remove old DLO config remenents from proxy" 2014-08-06 16:27:25 +00:00
__init__.py Make pbr a build-time only dependency 2013-10-29 12:29:49 -07:00