S5
Secure Sync to Amazon S3(Simple Storage Service).
Installation
Add this line to your application's Gemfile:
gem 's5'
And then execute:
$ bundle
Or install it yourself as:
$ gem install s5
Usage
For exapme. ~/project directory sync to 'yalab-project' S3 bucket.
$ s5 observe ~/project --backet="YOUR_BUCKET_NAME"
Files under ~/project directory will client side encryption and put to S3 bucekt.
You must backup the encryption key. It is to create on ~/.s5.key.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request