Major Update by @aeroastro
Improvement:
--no-progress
option is passed toaws cp
to keep console quiet (#7)- README.md has been changed not to
require 'capistrano-net_storage-s3
by bundler (#8) - Major improvement for
Capistrano::NetStorage
version 1.0.0 (#9, #10, #11) - GitHub Actions has been introduced (#12)
Enhancement:
- Add a config
:net_storage_s3_keep_release
as number to keep archives on S3 (#4)
Feature:
- Implement
Capistrano::NetStorage::S3::Broker::AwsCLI#cleanup
to purge old archives on S3 (#3)
Internal Changes (#2):
Capistrano::NetStorage::S3::Broker::AwsCLI
:- Use
run_locally
instead ofon :local
- Trap
SSHKit::StandardError
when finding an archive fails
- Use
Initial release.