Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 866 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 866 Bytes

Overview

Shearline is an application to move files between Amazon S3 buckets and Rackspace Cloud Files containers.

Installation

To install Shearline, run:

# python setup.py install

Running

The first iteration of this is super simple. Export the following environment variables and run the script:

$ export S3_BUCKET="<S3 source container>"
$ export CF_USERNAME="<Cloud Files username>"
$ export CF_APIKEY="<Cloud Files apikey>"
$ export CF_CONTAINER="<Cloud Files Destination container>"
$ shearline

You can also pass the parameters directly to Shearline:

$ shearline --bucket S3_BUCKET --username CF_USERNAME --apikey CF_APIKEY --container CF_CONTAINER

For more information, run:

$ shearline --help