summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set the connection class in the RegionInfo constructor call, as well as after...2.0a2walsh1592010-07-071-2/+5
* Kludge the existing kludge to handle httplib differences. Fixes issue 408.Mitch.Garnaat2010-07-061-1/+2
* Bumped version number.Mitch.Garnaat2010-07-051-1/+1
* Bumping version number.Mitch.Garnaat2010-07-051-1/+1
* Adding the gs and file modules to list of packages. Fixes issue 406.Mitch.Garnaat2010-07-051-2/+4
* Updating README file.Mitch.Garnaat2010-07-051-3/+5
* Adding simple Google Storage test script.Mitch.Garnaat2010-07-051-0/+160
* Fixed typo in __version__ attribute.Mitch.Garnaat2010-07-051-1/+1
* Checking in merged changes from googlemerge branch. This will hopefully prov...Mitch.Garnaat2010-07-0527-263/+1069
* Added a fix to the canonical_string utils method, I'm occasionallykopertop2010-07-051-1/+1
* Applying patch from john.eric.evans to remove code that raises a string excep...Mitch.Garnaat2010-07-041-2/+2
* Updated doc string for input uri. See issue 349.Mitch.Garnaat2010-07-021-1/+1
* Fixed misspelling of LogUri param. Fixes issue 401.Mitch.Garnaat2010-07-021-1/+1
* fixes #402. Add a delay to give EC2 time to stabilize on the existence of a n...walsh1592010-06-301-0/+3
* Added a DatePropertykopertop2010-06-302-1/+46
* Fixed an issue with the return value of CreateImage. Fixes issue 398.Mitch.Garnaat2010-06-251-5/+2
* Incorporating and slighly expanding a patch from Neil Soman to fully support ...Mitch.Garnaat2010-06-241-0/+14
* Adjusting FPSConnection params to match AWSQueryConnection constructor. Fixe...Mitch.Garnaat2010-06-221-7/+7
* Fixed typo bugs. Related to issue 392.Mitch.Garnaat2010-06-211-2/+1
* Corrected the docstrings for set_contents_from_* methods. See issue 376.Mitch.Garnaat2010-06-201-15/+9
* Added region parameter to Connection constructor. Fixes issue 290.Mitch.Garnaat2010-06-191-4/+13
* Fixed the __iter__ method on S3Connection per suggestion from Andrew.Allaire....Mitch.Garnaat2010-06-191-1/+2
* Added docstrings to add_rule and remove_rule to make it clear that these only...Mitch.Garnaat2010-06-181-0/+10
* Allow upload callback function to be called for each buffer read by supplying...Mitch.Garnaat2010-06-181-5/+10
* Incorporating patch from tomazy. Fixes issue 329.Mitch.Garnaat2010-06-181-1/+1
* related to issue 340.Mitch.Garnaat2010-06-181-7/+0
* Incorporating proposed changes from bradleyyoo. Fixes issue 362. Testing by...Mitch.Garnaat2010-06-181-1/+2
* Incorporate patch from svetlyak.40wt. Fixes issue 393.Mitch.Garnaat2010-06-182-2/+8
* Manually added previously submitted patch from cariaso to fix an FPS issue. ...Mitch.Garnaat2010-06-151-6/+16
* _object_class attribute not properly initialized in constructor. Fixes issue...Mitch.Garnaat2010-06-101-0/+1
* Add support for bootstrap actions based on patch from pcting. Fixes issue 385.Mitch.Garnaat2010-06-093-1/+70
* Fixed missing comma. Thanks to @ghostrocket.Mitch.Garnaat2010-06-091-1/+1
* Updated tutorial regarind ACL's. Fixes issue 383.Mitch.Garnaat2010-06-091-5/+13
* Incorporating patch from pcting to support Hadoop version 0.20. Fixes issue ...Mitch.Garnaat2010-06-041-3/+5
* Initial commit of merged Google Storage mods. Addresses issue 379.Mitch.Garnaat2010-05-3115-23/+840
* This is part of a fix for issue 327 but was never committed.Mitch.Garnaat2010-05-311-0/+4
* Changing original RRS support to (hopefully) make more sense. Fixes issue 376.Mitch.Garnaat2010-05-232-32/+131
* Updated s3 test to match new reduced redundancy interface.Mitch.Garnaat2010-05-231-5/+5
* #179:Resolved - fixed doc bugpaltman2010-05-201-1/+2
* #167:Resolved - fixed doc typopaltman2010-05-201-1/+1
* #129:Resolved - append to logfile rather than write over itpaltman2010-05-201-1/+1
* Added support for RRS feature in S3. Fixes issue 376.Mitch.Garnaat2010-05-195-14/+42
* Add support for MultiAZ and fixed a bug. Fixes issues 373,374.Mitch.Garnaat2010-05-182-2/+20
* Added XML ASCII encodingkopertop2010-05-101-1/+1
* Fixed up encoding of references to allow either None, 'None', or '' to be used kopertop2010-05-101-2/+2
* Adding ap-southeast-1 region to hardcoded region lists in SQS and SDB modules.Mitch.Garnaat2010-05-032-6/+18
* Another attempt at QSA fix for Euca. Fixes issue 356.Mitch.Garnaat2010-04-271-4/+4
* Fixed issue with QSA when used with Walrus. Fixes issue 356.Mitch.Garnaat2010-04-263-12/+15
* Fixed a problem with mutable default value. Fixed issue 369.Mitch.Garnaat2010-04-251-1/+3
* Allow encode_bool for the SDB mangager to take a stringkopertop2010-04-211-1/+1