You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a bug where the S3 client was not being properly closed and garbage collected, which could lead to resource leaks and issues with too many open connections. This was caused by the tidy method not setting the s3_client attribute to None after closing it, which meant that the botocore objects were not being garbage collected.
Replace Localstack with Floci & updated all related tests.