-
I have followed the steps in the docs to set up a SQS connection, and i keepk getting the following error:
after typing
```
import boto.sqs
conn = boto.sqs.connect_to_region('eu-west-1')
```
I ge…
-
http://boto.cloudhackers.com/en/latest/ref/ec2.html#boto.ec2.connection.EC2Connection.modify_instance_attribute
Should be an optional setting in the volumes dict, delete_on_termination, True by defau…
-
Sortie sans VPN
```
C:\Users\lguillois\Desktop\file_sync\file_sync>python corin_sync.py
launch
INFO:root:Corin synchronizer launched...
after
DEBUG:schedule:Running job Job(interval=1, uni…
-
I have a 2.7G file that fails to upload every time with the following error:
Traceback (most recent call last):
File "/home/jarno/bin/glacier", line 694, in
App().main()
File "/home/jarno/bi…
-
### Describe the bug
https://github.com/boto/botocore/blob/bf2473756ac0dac340916eaac606b9b767d15e99/botocore/eventstream.py#L354-L362
means that any EventStreamError is treated as a 400.
### …
-
### Describe the issue
I raised https://github.com/boto/boto3/issues/4112 because I thought DynamoDB attribute expression AND/OR/NOT conditions were not available via boto3.
However they are avail…
-
```
What steps will reproduce the problem?
1. Use boto version boto-2.0a2 or boto-2.0b1 to do emr
2. When doing jobid =
self.emrConnection.run_jobflow(hadoop_version='0.20'....) the job will fail
w…
-
```
I've taken a backup of a SimpleDB domain using sdbadmin -dump. This domain has
688476 items. I've checked the dump file contains all of these items by running
this command (and it does):
cat d…
-
When following the steps on https://cloud.google.com/storage/docs/xml-api/gspythonlibrary I get the following error
```
import gcs_oauth2_boto_plugin
File "/usr/local/lib/python3.6/site-package…
-
It looks like boto/MTurk module is now compatible with python3 since v2.39: https://github.com/boto/boto/commit/79cb1f9ecd1037b83141dd5402b5258a09431836
But the README file does not mention it.
So,…