seung-lab / cloud-files

Threaded Python and CLI client library for AWS S3, Google Cloud Storage (GCS), in-memory, and the local filesystem.
BSD 3-Clause "New" or "Revised" License
36 stars 8 forks source link

fix(S3Interface): release_connection respects alias #73

Closed nkemnitz closed 2 years ago

nkemnitz commented 2 years ago

Connections were opened using aliases, such as matrix, but release_connection looked for s3. This should reduce the number of open connections at least to pre-alias levels.