summaryrefslogtreecommitdiff
path: root/awsauth.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicateHEADmasterPaul Tax2015-08-241-1/+0
|
* Py3 importsPaul Tax2015-08-241-3/+3
|
* Fix py3Paul Tax2015-08-241-1/+1
|
* Add requirements file for dev, fix PEP8Paul Tax2015-08-241-5/+6
|
* fix invalid signature when params dict used with mp uploadId containing =j0hnsmith2015-08-201-4/+31
|
* PY3 and PEP8 fixesPaul2015-01-171-3/+2
|
* Updated special_params list with tagging, cors, notification.nordstromj2015-01-151-1/+2
|
* fix issues to work in Python 3.3.2Matheus2013-09-261-1/+5
|
* Removed pprint...Simon Coulton2013-08-301-2/+0
|
* Added support for Python 3Simon Coulton2013-08-301-15/+40
|
* Fix issue#4 fix for encoded pathsPaul2013-05-021-1/+1
| | | | | | Thanks @jamshid for reporting this Bumping to version 0.1.3
* A little shorterTax2012-10-021-11/+2
| | | | Testing travis again
* Fixed issue #3Paul2012-07-261-33/+17
| | | | | Added tests Refactored get_canonical_string so it can be tested
* CleanupPaul2012-07-261-9/+1
|
* URI Path component was being improperly encoded. Run my example.py on ↵Subhobroto Sinha2012-07-101-5/+21
| | | | existing codebase to see it crash and burn
* Add delete and lifecycle to params of interestPaul Tax2012-06-091-1/+1
|
* Typo: reponse-cache-control -> response-cache-controlPaul Tax2012-02-121-1/+1
|
* Correctly encode slashes and spacesPaul Tax2012-01-181-1/+1
|
* Buckets can have dotsPaul Tax2012-01-141-9/+9
| | | | | - Function to extract bucket did not work for buckets with dots - Added extra param to work with services other then amazon S3
* re-styleKenneth Reitz2012-01-131-61/+80
|
* Initial commitPaul Tax2012-01-131-0/+94