Sha256: 11b7a650bcbe8100e6a4139b9144cb9a2ef5353c74e0f1a5e82f7dd9bf734301
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 KB
Contents
[![Build Status](https://secure.travis-ci.org/intuit/heirloom.png)](http://travis-ci.org/intuit/heirloom) Heirloom ======== The goal of Heirloom is to securely and easily transport data to cloud hosted applciations. Heirloom creates archives from directories. Their archives are versioned and hosted in geographic distributed locations. Heirloom tracks metadata about those archives, both about the archive locations, as well as arbitrary tags which can be set by an engineer or process. It supports encryption and authorization to allow for securely transporting sensitive data over cloud storage services. Prerequisites ------------- * Ruby version 1.9.2 or higher installed. * AWS account access key and secret key. Installation ------------ Install the gem ``` gem install heirloom --no-ri --no-rdoc ``` To get started, copy the sample below to ~/.heirloom.yml and update the specified fields. ``` # default environment default: access_key: UPDATE_ME secret_key: UPDATE_ME metadata_region: us-west-1 # multiple environments can be defined and # selected via cli with -e or --environment # prod: # access_key: UPDATE_ME # secret_key: UPDATE_ME # metadata_region: us-west-1 ``` Documentation ------------- For more information, please view the [Heirloom Wiki](https://github.com/intuit/heirloom/wiki).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
heirloom-0.11.0 | README.md |
heirloom-0.11.0.beta.2 | README.md |