Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sbc/boto

An integrated interface to current and future infrastructural services offered by Amazon Web Services.
https://github.com/sbc/boto

Added placement to list of params for the run method.

a66a4392f9e4f893466eaabf110c3848fa98594f authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Added a set_file_logger method to boto module. Added calls to that in pyami.bootstrap and pyami.startup.

2a5b59777f4d4b7fdd963357ef0fe4fad478d5f9 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Use input_queue rather than input_queue_name in config file.

b80445429cc8b9f8a6858c8fc210a66217fc40d7 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Checking in to test service stuff on new instance.

a4351615bf50c54ddafe68fb8e73ac60bdeecb7b authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Added support for SignatureVersion 0 which is needed by SDB to enable attribute names/values that contain non-ASCII characters. To enable, you current need to set the SignatureVersion attribute of the SDBConnection object to '0'.

e4776b2c1e776e9deed8eaa78e84d840e5ad7e4c authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Finalizing support for 2008-02-01 EC2 API. Also major refactoring and cleanup of all Query API's. Also removing methods to change visibity of an SQS message since that is not supported in the new API.

0b3c1b5017b8c2ebfde75cd9ba37f32859dccda1 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Remove ImageType support in boto since it is not actually supported in the EC2 API.

893f660418a0930b83e38c749617cd1292085a4d authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Initial support for new 2008-02-01 API. Should support all new features except the BlockDeviceMapping. Also seems to be a bug in DescribeImage that prevents limiting the listing by ImageType.

17d7bf12e831a8e42c54f04f174c91bce33e2812 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Add ability to pass a string to build_list_params and have it be converted to a list for you.

6e096b63184636e746f054111ca48f356e89ba3d authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Updated MultiValueProperty to use a MultiValue class, this fixed several caching issues

Added a new PasswordProperty for data that should be hashed before being stored

a828a64bae6759a2bc98a6326875cb4d45c8a2fb authored almost 17 years ago by kopertop <kopertop@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Make replace param to build_name_value_list optional.

1e91fae2a0f7541f61324b6d9a8a6b7c026a8c5d authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Add ability to delete specific values of an attribute.

3f45d2bd812cac079dc9cfaebab3fbd49db649dc authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Cleaning up a perplexing implementation of get_queue that snuck in somewhere. Addresses http://code.google.com/p/boto/issues/detail?id=107.

67f56b7627e965c79329ea5dd76f9b20ee2756de authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Adding ability to write output message to SDB.

11212c66e632365f8f1ea7c266afef7b2880261c authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Added custom shutdown method that copies /var/log/boto.log to the output bucket for debugging.

438c5e97dc02f976be6fef9f1a5f35d945314d85 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Initial version of new convertvideo.py script.

9f5ecf5c6047156f8dcbd8367bd81fceb66f8254 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Lots of clean up to work in new pyami structure, etc.

48d69d5b725888056dbe273c9a35f501005338b0 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Some tweaks to scriptbase to better handle status from shell commands and to pass error output to logger.

f92440fc2a6169dcdd0d9834457f1379f6da56ef authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
The clear method still tried to get 100 messages in one shot but the new API limits you to only 10.

8959b12a5a2b8a31d3bfaed04a540b061d3669f4 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Fixing an issue with ObjectChecker. It was using is_instance to test the validity of the passed object but that doesn't always work. Switched to a lineage-based test.

d2ae58e952f9dc4ac3cae8bc9d6bb5af0be773c6 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Small change to allow the body of the error response (if available) to be passed to the final exception thrown by _mexe.

449a07900b47286f8274868622343b49d7b059ec authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Changed S3ResponseError to BotoServerError and imported BotoServerError and BotoClientError. Fixes http://code.google.com/p/boto/issues/detail?id=106.

ad73f6426a0543998adf445cd1f615b487d0b284 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Bumping version number.

925db141aab8600f3a976e7436f246466aab93c3 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Taking another crack at the overly complex and tricky code for handling retries in connection. This change will hopefully fix http://code.google.com/p/boto/issues/detail?id=102

f9f43e41b141e157e4ef9b4ec531a94cd52ff806 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Removed call to logging in sender, that should happen in the wrapper in boto.connection.AWSConnection._mexe. Fixes http://code.google.com/p/boto/issues/detail?id=103.

dd7d8de08bf441b104b14a2c51581d98b8d9ad32 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Bumping version number to 1.1b

505c5537f70ebd390fafd2f02e1a5cdc5b3e0fec authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Fixed a bug in handling the close method for Key objects.

886427e76566713128d315398240b229f847cb39 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Updated README file.

2b07539e4161fb317ad05224443d2b0a124e7187 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Allow ec2_host to be read from config file.

f20d2e29e14a45e6ea4a02b76b6b03e87bbfe796 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Bumping version number to 1.1a

e747b3bde9ec6effa6736f70b6787da839874785 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Updating services stuff for new version of boto.

17ca1371b66525799ed219ec5941171b6716b793 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Adding readme.txt file explaining how to use older API version.

6d56ffcab95c41f21eb3e623f4ea2dc36f026b39 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Removing 20080101 directory.

74c828e45d2a6c8380a50fd575ac3dcaf5a615ce authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Moving the code for API version 2008-01-01 to main directory as default code.

e892648261cd4dd8390a6398b20daf61c53f9363 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Moving the code for API version 2007-05-01 to a subdirectory.

18a91da6c13b38bb8d3fe656933fc7e331bc984c authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Adding subdirectory to hold old API version code.

e78c9ad564a38d50450d93b45347b174636a87a0 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Adding a next method to key to allow use as an iterator.

b1c119b4fa484a88a252d70852234ac9ed2d8290 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Export doesn't work, changed to os.environ[key] = value

32bee5e733db67c9f8e0a803eff02626780b97c1 authored almost 17 years ago by kopertop <kopertop@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
add_env needs to also set the environment variable so it's ready for use now.

8514ed0f95ef955c7a7e7dbbb67bb933f3aef25b authored almost 17 years ago by kopertop <kopertop@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Added "wait" flag to ShellCommand with default of True

2b4f47eec5fc5d8f67501cf698977783c99e5fe6 authored almost 17 years ago by kopertop <kopertop@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Updated user installer and fixed cron_add

a9aba2dbc5c7669430e6da0070bfc272f5fb1b09 authored almost 17 years ago by kopertop <kopertop@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Added a few simple tests of the MHMessage class.

87247d5115c5362a95fb679a314641c6d22be40e authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Add code to check for a default_domain option in the Persist section of the boto config file. Use it if no other domain has been specified by the user with set_domain.

cbeb8be18c47e270d39f6fdc7acef59989d00f48 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Fixes issue with MHMessage. See http://code.google.com/p/boto/issues/detail?id=101 for details.

306c9a5f6e0646febe14c3c64b419ae08670737a authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Make sure self.instance is non-None before accessing attributes.

43600bf4769d2b5420d6cdb9e9c10d0054ab214f authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Removing unnecessary import in bootstrap.py. Fixing a bug in startup.py when adding working_dir to sys.path.

36911ecd0ac67d6ad5b217a1d04fa8d2476086ff authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Fixed log from self.log to boto.log.info

b2a11005b849fb1a78abce6ce60e48491557b422 authored almost 17 years ago by kopertop <kopertop@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Added fetch_file method that takes either s3: or http:// files and retrieves them

65f81bd8aa2550e22b710078843ce7d3fe16949c authored almost 17 years ago by kopertop <kopertop@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Added create_user function to installer, also added defaults to times for add_cron

8df365ec4a606d096620397d834449d16cde8e60 authored almost 17 years ago by kopertop <kopertop@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Moving back to -Z option on easy_install and using find_class rather than the Peak tools.

41bcf77377ab63b2f9ade2a31f76ec0c3a939c92 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
First cut at some installer scripts. Only for ubuntu at the moment.

87859e3550a9fecac30010523f76861837025715 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Removing some old files.

5197426b72ea1fadafbef2ffe033dbbb98afe54e authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Need to expand the tilde in BotoConfigLocations

767c1fd6bc1995cd7f4f432064f3a49564ec6c76 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Re-initialize the boto.config and logging for subsequent actions.

0f0998e43b156d04531f32d109546a0c41134420 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
A little reorg to allow the logging initialization to be called from bootstrap.py

a0f71861aa6da9df2555d9a2c851eeaca6534e05 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Need to load the packages in bootstrap.py so then can be available in startup.py.

464f898f8f8f8e5cc573e2bd8a8bda9cd16e56c7 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Now using the Peak Importing package to find scrippt classes.

0ac1078204ce1bb6351d16f313629dd9ec78c0ed authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Need to import boto module to use logging.

95b4d9eeed18b4665bb29aa2bb11034dfddf915c authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Removing a straggling print statement and replacing it with a call to the logger.

c5be6bf6a1cac69715e36bc5d408c58c7116dcce authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Need to import logging module.

58f988276ee9918f0cd0a6348612f85a32ad73d0 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Silly syntax error

9c8f2e4a969f85afc7d2958069384e74bf3983e6 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Adding retry logic when getting instance userdata and metadata.

d71dbc89d8174b57f932c83fc7106911b7de3fa9 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Further work to enable Python logging on pyami startup scripts.

ef93bac60c441961634b7276b068d8565fb7c6e6 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
More changes to incorporate Python logging module.

42d5b3d3465eb939660a33c7b00a16d7323e52f5 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
More changes to support Python logging.

aab07dac60d6b7a0851a978d9e5838d483ee0ecc authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Change to enable use of Python logging module rather than roll our own lame logging stuff.

039537f5412bd23c317d3656fa0f96b4fc95aaa9 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Keep a list of possible locations for boto config files. The first item in the list is always the system file. Makes it easier to add other locations.

6b9690b5b4dd192de67fb6204b9a09cc4c854b26 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Fixed a typo bug.

d9ba3273559050ab6fc29e23208abf3aad30cd9f authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Change exit_on_error to be False by default rather than True. Get working_dir from Pyami rather than General.

2aef8e5d3f3dcdbffb7307b8825d276ca345a647 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
When parsing the XML response, convert the Size element to an int.

058a0c887617709a82ced012fd654a4c17e20182 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
No longer need unregister method, just call delete().

fd4e70a001f4d03d22465ead7f64548bd1e4dd77 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Change the get_instance_* functions to use urllib2 rather than urllib so we can get exceptions when we get an unsuccessful response.

f62c409aa66039aaaa115bb6de9dba6817ab3a4f authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Strip script and packages so you can put spaces after commas

d08ea520dbc4040dc9356fde67b4214866b3c97a authored almost 17 years ago by kopertop <kopertop@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Fixing a bunch of silly bugs.

b1838e3ad29ef68824753ba890dbc2472168db84 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Doing a find now finds subclasses and also properly instantiates them as instances of the subclass.

ff195ef78e121b640416781ea8740fbb045bec0c authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
YAAAASQ - Yet Another Attempt At An SDB Query.

f365bc91ddea49516fec7bb07556bc9ed7662fe3 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Forgot the syntax for the SimpleDB query langauage. yikes.

2c010c9d924cd22f42a91cefb9e3be6f6cec3c5d authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Fixed reference to get_lineage().

f621002483d91888cec3c65dbc6acd72856ef603 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Added __lineage__ attribute, based on mro to help find instances of subclasses.

99985a04f340d14762600c7bcbd6750eb8cd08dc authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Fixed an infinite loop problem if you typed in a pattern that didn't match anything.

4443130a878aefe6d23063e1bc7f8d13df3ccfea authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Tell easy_install to unzip the .eggs by passing the -Z option.

e2b97d45c3edfaac645c1f74935214cb26c9c5a8 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Forgot to change reference to renamed method.

6765ceed8e682eda8fcff43b6671fd4be2ed5a0f authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Allow keyword params to be passed to Order.add_item() to avoid Order prompting you for the info.

c9d4a694abf55b019dceffb6f4d989bc210d1aed authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Typo bug.

b2dcbeddd35983cf85ce426416c045233c30958c authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Allow packages to use fake s3: URI's to specify that the package should be loaded from S3 with credentials

b69808d7d3e04325fc108f1d23687b924913b321 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Adds server_sdb_domain and server_sdb_name to the Pyami section of the config file.

46c2c0962135f2b03ff8403d26c02ea685bfa955 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Eliminating a remnant of the old guard. Still a reference to an explicit config object rather than boto.config.

c8d0b170807d0fe1706e5eb0232860c7dedc76bb authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Find needs to search in superclasses Properties, too.

68bb25ff2bb9b5b1e5fe12b222c722a1efd5c29a authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Fixed a typo bug, http://code.google.com/p/boto/issues/detail?id=100

ab23267468618e0ed255883a1aefc0ce031dc8aa authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Added ability to specify directories to ignore. Also added the ability to specify a path prefix to better control the resulting names of files in S3.

11f9aaa2f02d91fee3d7475b5e30f84588c23d3e authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
A simple command line utility to put files or entire directory structures to S3.

e03908efd0ca2ce5c518a9cbebe0a6954abd3a36 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Checking in changes contributed by Waldemar Kornewald to support EU location in S3. Also includes an LRU HTTP connection cache. Fixes Issue-83 (http://code.google.com/p/boto/issues/detail?id=83). Also checking in a fix to the handling of non-ASCII characters in URI's. Fixes Issue 98 (http://code.google.com/p/boto/issues/detail?id=98).

aa71ee361ed332a36062ea5de0b90fd8226ad10d authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
No need to import os in __init__.py anymore. Added a delete method to the queue object. Added the get_queue method to the connection object. It was missing for some reason.

32bf9ebc5e63cdd25373154dc1bef69c5a111526 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Remove unnecessary print statements in check_extensions.

7ca2d13447de923d639af1b25e6c30f570f58f31 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Updated unit test to only test features apppropriate to the SQS version.

5b3aebf175b11e2221bca3bc2952bb77384b7e7e authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Added check_extension function to enable boto extensions.

ccbed397730b2e0c8d8693ab2db4de5751731016 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Adding initial support for 20080101 SQS API based on contributions from boto user cgwalters. Also introducing an extension capability in boto to allow both versions of SQS to co-exist.

587f9242fe4e3c4a7f89167251ae478fe94a9157 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Allow SDBObjects to be created even if no SDB connection is possible. If the domain has not been set, the persistence is disabled but the objects can still be created and manipulated.

e9af12a188eeab71d2f098212e346692787a8094 authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Added some FPS support

b924626bed7b27a47b8e49bdb029d0e63f4ed2c5 authored almost 17 years ago by kopertop <kopertop@604d75c7-a419-0410-a38f-bde1a0bd1dbf>
Added a simple threaded_query method to the connection object to retrieve items in parallel for better performance.

aa80a6c1e609e90d465f7261d1c72ef98d42535e authored almost 17 years ago by Mitch.Garnaat <Mitch.Garnaat@604d75c7-a419-0410-a38f-bde1a0bd1dbf>