Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pbrisbin/s3-utils

core-utils for your S3 instance
https://github.com/pbrisbin/s3-utils

Last synced: about 2 months ago
JSON representation

core-utils for your S3 instance

Awesome Lists containing this project

README

        

# S3-utils

Core-utils for your S3 instance.

* `s3ls` - list remote buckets, directories, or files
* `s3cp` - upload/download/copy directories or files
* `s3mv` - move remote directories or files
* `s3rm` - remove remote buckets, directories, or files

## Installation

~~~
git clone git://github.com/pbrisbin/s3-utils.git
cd ./s3-utils && cabal install
~~~

Export `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`.

## Usage

See the `--help`.

## Notes

This package also installs its module: `Network.AWS.Utils`. It is well
[documented][here].

[here]: http://pbrisbin.com/haskell/docs/html/s3-utils/Network-AWS-Utils.html

## You have been warned

It's working well in simple tests, but these tools are still very alpha.
Beware bugs and don't use with important data.