summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* BF(PY3): use except ... as syntax instead of except ...,Yaroslav Halchenko2015-12-214-5/+5
* py2, py3 compatibility for dict.iteritemsnishigori2015-06-143-3/+6
* script glacier upload now returns the ArchiveIDAdam Terrey2015-02-101-3/+6
* bin/glacier uses the file name archive description when uploading an archiveFrancesco Malandrino2014-08-191-2/+2
* Use sys.exit instead of raising SystemExitDaniel G. Taylor2014-08-041-1/+4
* Fix bin scripts fo Python 3.Daniel G. Taylor2014-08-047-50/+56
* Use ConfigParser for Python 3 and SafeConfigParser for Python 2 (#2497)Piotr Bulinski2014-08-041-2/+2
* [MTurk CLI] Get all assignments, not just the first 100.Kodi Arfer2014-03-281-4/+16
* [MTurk CLI] Use all caps for positional metavars.Kodi Arfer2014-03-281-29/+29
* [MTurk CLI] Added "give-qual" and "revoke-qual" commands.Kodi Arfer2014-03-281-1/+38
* Altered the Route53 bin script to UPSERT.Daniel Lindsley2014-03-071-3/+3
* Raise any exceptions that are tagSet not foundJim Browne2014-03-011-2/+5
* Support printing tags on buckets when listing bucketsJim Browne2014-02-271-6/+21
* PEP8/pyflakes/(some)pylintJim Browne2014-02-271-13/+20
* check for invalid regionsRalf Haring2014-02-184-0/+22
* fail gracefully when region unknown - fixes #1983Ralf Haring2014-02-111-4/+8
* Merge remote-tracking branch 'jimbrowne/elbadmin-dead-instances' into developDaniel Lindsley2014-01-171-3/+4
|\
| * Only pull name tags for extant instancesJim Browne2014-01-161-3/+4
* | Fix boto import for invocations without a regionJim Browne2014-01-161-1/+1
|/
* Properly handle getopt long options in s3putDaniel G. Taylor2013-12-261-4/+4
* sdbadmin: Added option for sorting SDB dumpsIvan Toshkov2013-12-031-3/+4
* Allow elbadmin add/rm commands to use a list of instances instead of only oneBenoit Dubertret2013-10-221-8/+8
* Just use optparse for clean codeKS Chan2013-10-151-18/+6
* Fix: Marker should also be applied when prefix is not usedKS Chan2013-10-111-1/+4
* lss3 supports listing by markerKS Chan2013-10-111-5/+24
* Early return if lss3 is called without any argumentsKS Chan2013-10-111-5/+6
* Merge pull request #1731 from danielgtaylor/s3put-fixDaniel G. Taylor2013-09-171-10/+59
|\
| * Fix s3put to be compatible with Python 2.5.xDaniel G. Taylor2013-09-171-4/+4
| * Attempt to auto-detect bucket region information and if no manual --host or -...Daniel G. Taylor2013-09-171-7/+38
| * Add a --region argument to s3put that allows you to manually specify a region...Daniel G. Taylor2013-09-171-7/+25
* | 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
| |/ |/|