-
I am using Django with S3 as the file storage (which uses boto3/botocore libs). I have a "management" command which creates some Django instances - I use freezegun, so these instances appear to be cre…
radoh updated
2 months ago
-
python 3.4.0
The method fails with a 400 Bad Request error, and seems to want an allocation id, despite the fact that the EC2 public elastic IP was never assigned to a VPC allocation directly.
```
>>…
-
I just installed the boto from the github repository.
```
Installed /usr/local/lib/python2.7/dist-packages/boto-2.34.0-py2.7.egg
Processing dependencies for boto==2.34.0
Finished processing dependen…
-
- [ ] Fix db writes to add a new field for searching with case-insensitive queries, and change the dynamo db searches to search on that field
- [ ] Replace all `table.scan` operations with either a Dy…
-
I wanted to check v4 authentication in a s3 compatible service using boto but I failed because boto seems to infer region from url and does not allow to use e.g. fixed region.
The code I used is the …
-
**Reproduction Steps**
``` python
region = 'us-east-1'
aws_access_key_id = ''
aws_secret_access_key = ''
#1. Create CFN connection
cfn_conn = boto.cloudformation.connect_to_region(region, aws_access…
didip updated
11 months ago
-
### Summary
When using aws_s3_bucket_info with a supplied bucket name to determine the bucket location, an unnecessary ListBuckets call means that more permissions are needed than what is needed to…
mohag updated
3 months ago
-
I've been switching to temporary credentials from IAM role and once in a while, I had these two types of errors when I used boto.connect_ec2() and ditto for SDBConnection(), CloudWatch(), etc.
It jus…
-
I have written a module using boto (version - 2.38.0, Python 2.6.6, CentOS) to upload and download bug size file (>100MB). Occasionally i am facing either of two issue.
1. socket.error.
2. httplib.Inc…
-
InstanceTypes is defined more than once in boto:
- boto/manager/server.py
- boto/ec2/buyreservation.py
- boto/mashups/order.py
There should be one authoritative place for InstanceTypes. Also, `cc2.8…
rubic updated
12 years ago