-
### Describe the feature
As I know, aws-cli uses "s3tranfer" to use s3 and it uses `ThreadPoolExecutor` like this
https://github.com/boto/s3transfer/blob/da68b50bb5a6b0c342ad0d87f9b1f80ab81dffce/s…
-
Hi !
Thank you for snakemake,
I'm working on a project that aims to analyse big files (SRA files) and i want to store them in GCP buckets.
I'm working on a Google cloud plateform Virtual mac…
-
```
i observed the following exception while using boto.
it think it would be nice if the library provided
some retry mechanisms for the enduser.
i do see a s3utils file on the boto-users group page -…
-
In this example, the `boto` package has a stub, but the `boto.foo` module does not:
``` bash
$ python3 -m mypy --py2 --silent-imports -c 'import boto.foo'
# no error
$ python3 -m mypy --py2 --silent-…
-
Hi,
I am getting following error while executing a script. Any help/hint to resolve this would really be appreciated.
Thanks in advance,
Nilesh
```
========================================
Trace…
-
I started an s3 compatible service locally and tried to use boto to create a bucket in the service using v4 authentication.
I used the following code (boto 2.32.1, python 2.6.6):
from boto.s3 import …
-
```
boto.s3.connection.Connection() supports bunch of extra options, including:
* anon=True for read-only connection to public S3 shares
* proxy, proxy_port etc for HTTP(S) proxy options
* custom host…
-
```
boto.s3.connection.Connection() supports bunch of extra options, including:
* anon=True for read-only connection to public S3 shares
* proxy, proxy_port etc for HTTP(S) proxy options
* custom host…
-
```
What steps will reproduce the problem?
1.For creating an AutoScalingGroup we have to launch configuration
containing the imageid, keypair and security group.
2. After doing this on giving command…
-
## Issue Statement:
The `deregister_instances` method of Boto returns an inconsistent response, depending on the following condition:
1. if the instance has never registered with a given ELB
2. if th…