# Glacier

[![Gem Version](https://badge.fury.io/rb/glacier-aws.png)](http://badge.fury.io/rb/glacier-aws)
[![Build Status](https://travis-ci.org/mschewe/glacier-aws.png?branch=master)](https://travis-ci.org/mschewe/glacier-aws)
[![Code Climate](https://codeclimate.com/github/mschewe/glacier-aws.png)](https://codeclimate.com/github/mschewe/glacier-aws)
[![Coverage Status](https://coveralls.io/repos/mschewe/glacier-aws/badge.png)](https://coveralls.io/r/mschewe/glacier-aws)
[![Dependency Status](https://gemnasium.com/mschewe/glacier-aws.png)](https://gemnasium.com/mschewe/glacier-aws)

Commandline util to send and retrieve data from AWS Glacier

## Installation

Install it yourself as:

    $ gem install glacier-aws

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request