axman6 / amazonka-s3-streaming

Provides a conduit based interface to uploading data to S3 using the Multipart API
MIT License
20 stars 23 forks source link

Limit number of upload threads #4

Closed axman6 closed 7 years ago

axman6 commented 7 years ago

Currently, concurrentUpload will spawn as many threads as there are parts to be uploaded, which might be undesirable. Amazonka/http-client's shared http manager should limit the number of connections to 10, but it would be nice to be able to control how many threads to use.