summaryrefslogtreecommitdiff
path: root/bin/swift-form-signature
Commit message (Collapse)AuthorAgeFilesLines
* Make swift-form-signature testableSamuel Merritt2014-07-241-67/+4
| | | | | | | | | | | | Moved the body of bin/swift-form-signature into swift/cli/form_signature.py, like was done with swift-ring-builder and others. Added a couple basic tests; there's not 100% coverage, but it's better than the 0% coverage we had before. It's almost a straight forklift, but I changed exit() calls to return statements. Change-Id: Ie2f702c070da24d9cdface83b9e838e9e2965085
* Add missing copyright license headersMonty Taylor2013-08-071-0/+12
| | | | | | | | We're working on adding enforcement that things have appropriate copyright license headers. In anticipation of that, fix the files that don't have them. Change-Id: Ie0a9fd5eece5b6671ff4389b07b69ca29be7d017
* Upgrade pep8 to 1.3.3.Samuel Merritt2012-11-261-1/+2
| | | | | | | | This required a bunch of whitespace-poking of the scripts in bin, but that's all. Now every file in swift/ and bin/ is pep8-1.3.3-compliant, so hopefully we can be done with this pep8 stuff for a good long time. Change-Id: I44fdb41d219c57400a4c396ab7eb0ffa9dcd8db8
* Reverted the pulling out of various middleware:gholt2012-05-161-0/+70
| | | | | | | | RateLimit StaticWeb TempURL/FormPOST Change-Id: I988e93e6f4aacb817a2e354d43a04e47516fdf88
* Pulled out TempURL/FormPOSTgholt2012-05-081-70/+0
| | | | | | | | | | | | | | | | | | TempURL/FormPOST is now at http://gholt.github.com/swift-tempurl/ For current users of TempURL/FormPOST, this will require installing the new package and changing the "use" line of the tempurl and formpost conf section's to: [filter:tempurl] use = egg:swifttempurl#tempurl [filter:formpost] use = egg:swifttempurl#formpost And then 'swift-init proxy reload'. Change-Id: I5bddf7f9e09ee07815530a41c46ff901fc21b447
* Make binaries executables.Chmouel Boudjnah2012-01-181-0/+0
| | | | | | | Set the excecutable bit on swift-form-signature swift-object-expirer swift-init swift-temp-url binaries. Fixes bug 918430 Change-Id: Iafecf0b542ee8f607e765879edbffa1cb463d3eb
* TempURL and FormPost Middlewaregholt2012-01-101-0/+70
Change-Id: I8d2ce2abdfe3a44605c9441ad7b1abc6c77e282d