-
When using KMS encryption for S3 upload, BotoClient errors with "BotoClientError: ETag from S3 did not match computed MD5."
The issue stems from the fact that with either KMS or S3's AES256 based e…
-
I get the following certificate error when using SQS (doesn't happen with any of the other Amazon services):
Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05)
[GCC 4.2.1 (Based on Apple Inc. build 56…
-
### Contribution guidelines
- [X] I've read the [contribution guidelines](https://be-secure.github.io/Be-Secure/contribute.html) and wholeheartedly agree
### Description
A bug happened! While click…
-
> > > g=boto.ec2.securitygroup.SecurityGroup('amazon-elb-sg', 'amazon-elb')
> > > group.authorize('tcp', 80, 80, src_group=g)
> > > Traceback (most recent call last):
> > > File "", line 1, in
> > …
-
https://github.com/boto/boto/blob/py3kport/boto/pyami/config.py#L185 - this line is throwing `SyntaxError` exception.
-
Currently, only boto has an instrumentor.
Unfortunately, boto is deprecated and boto3 is the AWS SDK library used.
We wish to add support for boto3 instrumentation as well.
-
Python: 2.7.5
Boto: 2.48.0
Boto3: 1.4.7
Botocore: 1.7.19
_[Query String Request Authentication Alternative](http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html#RESTAuthenticat…
-
`boto` and `botocore` instrumentations fail with Fatal Python error: Aborted for pypy. Investigate and fix it if possible.
-
I uploaded a 6.6 GiB file and after some time I got this error:
```
Traceback (most recent call last):
File "/home/amedee/bin/glacier", line 730, in
App().main()
File "/home/amedee/bin/glaci…
-
```
The code in manage.Volume ( http://code.google.com/p/boto/source/browse/
trunk/boto/manage/volume.py ) supports snapshots only on volumes which are
formatted with xfs: the freeze and mount method…