-
**Is your feature request related to a problem? Please describe.**
When calling `download_fileobj`, the `transfer_future.meta.size` is unsurprisingly `None`, causing a `head_object` to take place. …
-
Would you be interested in a pull request for some code that lets you put the curdling cache in an AWS S3 bucket, instead of using the flask server?
We're using the Atlassian Elastic Bamboo Continuou…
-
-
Traceback (most recent call last):
File "./clean.py", line 156, in
boto_session = get_boto_session(config["profile_name"])
File "./clean.py", line 149, in get_boto_session
return boto…
aws25 updated
5 years ago
-
An email received from AWS this morning indicated that they will be removing support for SSLv3 connections to S3, and likely most of their other services either at the same time, or some time in the f…
-
When creating a database, while the [boto docs](https://github.com/boto/boto/blob/develop/boto/rds/__init__.py#L253) make it seem like the default value of `port` is changed depending on the engine ch…
-
While looking at this project's description I noticed the ability to generate IAM policies was present. Doing code analysis of python based Lambdas and looking for boto calls to help generate IAM poli…
cwgem updated
7 years ago
-
```
What steps will reproduce the problem?
1. Call register_hit_type in boto.mturk.MTurkConnection with the correct
arguments.
What is the expected output? What do you see instead?
Expected: I expec…
-
The S3 bucket I am using for backups is of the form: "backups.domain.com" (notice the dots).
When switching to 0.40 the S3 path was rejected because:
backups.domain.com.s3.eu-central-1.amazonaws…
erpic updated
5 years ago
-
Using boto for a s3 bucket named with dots, e.g. my.bucket.s3.amazonaws.com fails:
ssl.CertificateError: hostname 'my.bucket.s3.amazonaws.com' doesn't match either of '*.s3.amazonaws.com', 's3.amazon…