Skip to content

Releases: 1e100/cloud_archive

0.3.4

09 Sep 07:56
1f556ec
Compare
Choose a tag to compare

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

28 Jun 18:26
46844cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.2...0.3.3

Support macOS

24 Feb 03:16
Compare
Choose a tag to compare

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

19 Jun 08:56
Compare
Choose a tag to compare
  • 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

19 Jun 06:53
Compare
Choose a tag to compare
  • 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

18 Sep 02:43
Compare
Choose a tag to compare

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

10 Jul 03:10
Compare
Choose a tag to compare

This release adds support for Minio, in addition to S3.

Initial release

06 Jun 03:28
63ced37
Compare
Choose a tag to compare

S3-only, Linux-only. PRs for other storage backends and operating systems are welcome.