v0.2.4
This fixes a resource leak that can cause growing memory and CPU usage over time (#44) for all S3 users.
It also fixes the update marker not working when a global S3 prefix is used, which causes simpleblob to use more expensive LIST API calls, leading to increased S3 usage costs.
What's Changed
- S3 backend: fix resource leak due to missing Close for GetObject by @ahouene in #45 (fixes #44)
- Fix global prefix not working with update marker by @ahouene in #42 (fixes #40)
Thanks @franklouwers for reporting both issues.
Full Changelog: v0.2.3...v0.2.4