Releases: 1e100/cloud_archive
Releases · 1e100/cloud_archive
0.3.4
What's Changed
- [feat] add optional versioning id for s3 archive by @Ryang20718 in #4
Full Changelog: 0.3.3...0.3.4
Add patch_cmds
What's Changed
- [feat] add patch cmds post patch by @Ryang20718 in #2
New Contributors
- @Ryang20718 made their first contribution in #2
Full Changelog: 0.3.2...0.3.3
Support macOS
Discovered that sha256sum
is not a thing on macOS, modified the rule to support sha256
instead. Everything else seems to work as-is
Add support for *.tar.zst and patching
- Adds support for *.tar.zst files (tar must support zstd compression in order for this to work, which it does in Ubuntu 20.04).
- Adds patching support
- Minor bugfixes on top of 0.3.0
Add support for *.tar.zst and patching
- Adds support for
*.tar.zst
files (tar
must support zstd compression in order for this to work, which it does in Ubuntu 20.04). - Adds patching support
Add support for Google Storage and Backblaze B2
This release adds support for Google Storage and Backblaze B2.
Full list of supported providers is now:
- AWS S3
- Google Cloud Storage
- Minio
- Backblaze B2
Enjoy!
Minio and S3
This release adds support for Minio, in addition to S3.
Initial release
S3-only, Linux-only. PRs for other storage backends and operating systems are welcome.