django-s3-storage
django-s3-storage copied to clipboard
Support S3Boto max_pool_connections setting.
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.