This release introduces a new backend supporting Azure Blob Storage, as well as an option to configure the Storage Class in the S3 backend.
For development, it includes a rewrite of tests for the S3 backend that were too dependent on the machine running those tests and would result in unexpected failures, and running test.sh will now try to pick a Podman service running instead of only expecting a Docker daemon.
What's Changed
- BlobList: use recommended sorting primitives by @ahouene in #116
- S3: rewrite metrics tests, stop collecting errors from missing keys by @ahouene in #118
- Adding Azure Blob support by @ptasker in #114
- Azure: upgrade dependencies, fix tests by @ahouene in #122
- tests: basic support for podman with testcontainers by @ahouene in #119
- s3: add storage_class option by @linxside in #117
- Dependency upgrades (#115, #113, #111, #112, #121, #120, #124, #126)
New Contributors
Full Changelog: v0.3.2...v0.4.0