This update introduces primitives to interact with stored data using io.Reader
and io.Writer
.
Deprecation notice
- S3 Backend: The
PrefixFolders
option is now deprecated whereas theHideFolders
option is being introduced. Their effect are slighly different, please refer to the package's Go documentation (go doc github.com/PowerDNS/simpleblob/backends/s3.Options
)
What's Changed
- Stream optional interfaces by @ahouene in #11
- S3: deprecate PrefixFolders and introduce HideFolders by @ahouene in #62
- Upgrade Go & dependencies, drop unsupported Go versions by @ahouene in #78
- S3 tests: use
testcontainers
by @ahouene in #79
Full Changelog: v0.2.7...v0.3.0