No commit activity in last 3 years
No release in over 3 years
Plugin adapter for CloudEncryptedSync gem that provides interface to AmazonS3.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

CloudEncryptedCync S3 Adapter

An Amazon S3 adapter for the CloudEncryptedSync Ruby gem.

This gem works in tandem with CloudEncryptedSync (CES) to backup encrypted copies of files in a local folder to a bucket on Amazon S3.

In addition to arguments required by CES, this adapter also requires the following...

  • --bucket BUCKETNAME The name of the S3 bucket that files are to be written to
  • --access-key ACCESSKEY Your Amazon S3 Access Key
  • --access_key_id KEYID Your Amazon S3 Access Key ID

Please refer to the CES gem for additional information.