-
Hi ,
I am trying to get elasticsearch cloud-watch metrics using boto but whatever I do, I do not get the value. Below is snippet of my code , same code works for example if I use for RDS.
```
impor…
-
Original Issue: https://github.com/boto/boto3/issues/3462
-
### Are you using paramiko as a client or server?
Client
### What feature(s) aren't working right?
Something else
### What version(s) of paramiko are you using?
3.5.0
### What version(s) of Pyth…
-
If the ~/.boto file has multiple entries (different aws accounts), the keyring feature does not work for entries with [profile ]. It works only for the default fall back [Credentials] entry.
Below i…
-
First of all, thank you for this fantastic library, all the work going into it is much appreciated!
I don't know when this changed (or if this was always the case), but as of 30th of September 16:00 …
ilons updated
3 weeks ago
-
Similarly, the testing failed in the middle with error "ETag from S3 did not match computed MD5".
### Error
```
create object image_file2639
done
create object image_file2640
done
create object imag…
osier updated
5 years ago
-
```
What steps will reproduce the problem?
1.Set up an SDB connection and create/get a domain. In a loop, do something
like:
print 'Saving %s' % (item_num)
item = domain.new_item(item_num)
…
-
Tests and production code emit the following warning:
`/opt/python/botocore/client.py:625: FutureWarning: The sqs client is currently using a deprecated endpoint: queue.amazonaws.com. In the next m…
-
```
If you create an object with the following name in your bucket:
"[control-V][control-V][control-V]"
You bucket will become unlistable by boto. Any time you try to list the bucket
contents, you'l…
-
```
What steps will reproduce the problem?
1. Set "debug = 0" as described in
http://code.google.com/p/boto/wiki/BotoConfig
2. Do *anything* with the boto library.
3. Find yourself overwhelmed by boto…