boto
                                
                                
                                
                                    boto copied to clipboard
                            
                            
                            
                        For the latest version of boto, see https://github.com/boto/boto3 -- Python interface to Amazon Web Services
Pull request to finally get the changes in https://github.com/boto/boto/pull/2718 merged into boto. - [Fixes `proxy_ssl` connection test](https://github.com/wtsi-hgi/boto/commit/ff7b098816a8e231cf04210b21ca9d8a088ab5f9) to show the compatibility issue identified in https://github.com/boto/boto/issues/3561. - Adds fix created by...
Ensure that provider can be passed down to base class when connecting to services, so we can override the default provider class. The base AWSAuthConnection class will already optionally a...
Request to support this API: http://docs.aws.amazon.com/Route53/latest/APIReference/API_AssociateVPCWithHostedZone.html
There is a small typo in tests/db/test_sequence.py. Should read `guaranteed` rather than `garunteed`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
this is on boto 2.27.0. uploading a 14 byte file works, but 512k file causes this error. using aws cli to upload works on the 512k file File "/usr/local/lib/python2.7/dist-packages/boto-2.27.0-py2.7.egg/boto/s3/key.py", line...
I'm trying to use boto to programmatically fulfill some inventory. I found the create_fulfillment_request call, and I think I'm calling it correctly, but I keep getting back the error "400,...
The `imp` module was deprecated in python 3.4 in favour of `importlib`. It's currently being used in `boto/plugin.py`
Region parser is strongly opinionated about what is the `host` value. A situation when the host simply doesn't contain dots is not anticipated. In cases when querying colocated S3 host...
I'm not sure if this is by design or not, but S3 connection objects appear to have a thread-safety issue when used for parallel range downloads. (Interestingly, they don't have...