Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pbrisbin/s3-utils
- Owner: pbrisbin
- Created: 2011-07-14T20:44:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-24T02:12:33.000Z (almost 13 years ago)
- Last Synced: 2024-10-09T09:44:04.274Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.