This adds support for the botocore.client.Configmax_pool_connections setting. This is critical for gevent workers handling many connections in which an s3 url hit occurs.
By default the number of connections in a gevent worker is 1000, but the default connection pool max for S3Boto is 10.
This adds support for the
botocore.client.Config
max_pool_connections
setting. This is critical for gevent workers handling many connections in which an s3 url hit occurs.By default the number of connections in a gevent worker is 1000, but the default connection pool max for S3Boto is 10.