summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1700 from krallin/s3put-fix-headerDaniel G. Taylor2013-09-161-1/+1
|\
| * s3put: accept headers values containing "="Thomas Orozco2013-09-021-1/+1
* | Fixes #1664 - Corrected the behavior of ``dynamodb_load`` when working with s...Daniel Lindsley2013-09-061-1/+1
|/
* Merge pull request #1693 from danielgtaylor/s3-put-write-onlyDaniel G. Taylor2013-08-281-2/+4
|\
| * Make s3put non-multipart uploads not require ListBucket access, and document ...Daniel G. Taylor2013-08-281-2/+4
* | Start moving get_all_instances to get_all_reservationsGarrett Holmstrom2013-08-283-5/+4
|/
* added non-zero exit statuses for unsuccessful runsJerm2013-07-311-7/+7
* -w flag never actually checked s3 for a file's existence. Always refused to u...Jerm2013-07-311-3/+4
* add region suppoer for elbadminRafal Kwasny2013-07-041-2/+13
* Using errno.EEXIST rather than a literal 17 -- more compatibility.Max Noel2013-02-261-2/+3
* Refactored dynamodb_dump/dynamodb_load into their own functions rather than d...Max Noel2013-02-262-34/+34
* Added utility scripts to dump/load the contents of DynamoDB tables.Max Noel2013-02-252-0/+183
* [refs #1238] - replaces default json imports by boto.compat onesOlivier Hervieu2013-02-192-10/+2
* Resolving merge conflict.Mitch Garnaat2013-01-301-4/+4
|\
| * Fixed up some typos in s3put's help messagePascal Hakim2013-01-161-3/+3
* | Merge pull request #1237 from Kodiologist/mturk-cliMitch Garnaat2013-01-301-15/+61
|\ \
| * | [MTurk CLI] Allow all qualification types.Kodi Arfer2012-12-091-13/+45
| * | [MTurk CLI] Added a "notify" command.Kodi Arfer2012-12-091-2/+16
* | | The --host flag should accept an argument.Jordan Sissel2013-01-241-2/+2
* | | Added --host option to s3putChris Moyer2013-01-241-4/+14
| |/ |/|
* | Fix typo in bin/glacier, fixes #1109James Saryerwinnie2013-01-021-1/+1
* | Fix short option parsing in bin/glacier and make help more helpfulKenneth Falck2013-01-021-12/+12
* | fix the typos in bin/glacierJerryKwan2012-12-101-3/+3
|/
* [MTurk CLI] Show description and keywords for the "hit" command.Kodi Arfer2012-11-301-4/+7
* [MTurk CLI] Display MTurk error messages cleanly.Kodi Arfer2012-11-291-2/+9
* [MTurk CLI] Moved some of the interactive code to functions.Kodi Arfer2012-11-291-30/+39
* [MTurk CLI] Use "www.mturk.com" instead of "mturk.com".Kodi Arfer2012-11-281-1/+1
* [MTurk CLI] Use "h", not "hr", for hours.Kodi Arfer2012-11-281-2/+2
* [MTurk CLI] Documentation tweaks.Kodi Arfer2012-11-261-10/+10
* [MTurk CLI] Point out that only external questions are supported (for now).Kodi Arfer2012-11-241-1/+1
* [MTurk CLI] Added a missing "in USD".Kodi Arfer2012-11-241-1/+1
* [MTurk CLI] Added an example configuration file for 'new'.Kodi Arfer2012-11-241-1/+26
* [MTurk CLI] Slightly simplified argument-handling.Kodi Arfer2012-11-241-16/+16
* [MTurk CLI] Provide one-letter nicknames for HITs.Kodi Arfer2012-11-241-11/+53
* Added a command-line tool for Mechanical Turk.Kodi Arfer2012-11-241-0/+333
* Merge pull request #1103 from bdubertret/developChris Moyer2012-11-231-1/+9
|\
| * Add a --filter option for list_instancesBenoit Dubertret2012-11-091-1/+9
* | Get only names of instances that will be printed.John-Kim Murphy2012-11-221-3/+6
* | Fix bug in previous commit.John-Kim Murphy2012-11-221-1/+1
* | Add Name field to `elbadmin get` output.John-Kim Murphy2012-11-221-3/+18
* | Improved usage info for fetch_fileJim Browne2012-11-201-2/+8
* | PEP8Jim Browne2012-11-201-14/+14
|/
* s3put: message when multipart upload not availableAnton Lundin2012-10-241-2/+4
* s3put: refactor main and add muliple path supportAnton Lundin2012-10-241-69/+53
* s3put s3multiput: Merge multiput functionality into s3putAnton Lundin2012-10-242-389/+136
* pep8 cleanupAnton Lundin2012-10-242-20/+40
* s3multiput: Make multipart optionalAnton Lundin2012-10-241-38/+63
* s3multiput: add --header to send custom headersAnton Lundin2012-10-241-5/+17
* s3put: add --key_prefix to prefix keys in s3Anton Lundin2012-10-241-8/+14
* s3put s3multiput: Cleanup and resync of the code.Anton Lundin2012-10-242-89/+109