Details
-
Bug
-
Status: Merge Pending
-
Not specified
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The code for reading from AWS S3 storage (s3file.so) initialises the aws library globally. This starts a large number of threads (32 on my machine). Better to be only initialise when a file has been used.