Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sivel/gohaste
Go implementation of a concurrent Rackspace CloudFiles Upload/Download/Delete application
https://github.com/sivel/gohaste
Last synced: about 1 month ago
JSON representation
Go implementation of a concurrent Rackspace CloudFiles Upload/Download/Delete application
- Host: GitHub
- URL: https://github.com/sivel/gohaste
- Owner: sivel
- License: apache-2.0
- Created: 2014-05-14T15:03:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T17:13:52.000Z (almost 10 years ago)
- Last Synced: 2024-10-25T18:13:56.930Z (2 months ago)
- Language: Go
- Size: 179 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gohaste
Go implementation of a concurrent Rackspace CloudFiles Upload/Download/Delete application
## Binary Downloads
[Releases](https://github.com/sivel/gohaste/releases)
## Usage
```
usage: gohaste [options] {delete,upload,download} source [destination]delete:
gohaste [options] delete my-containerupload:
gohaste [options] upload /path/to/files my-containerdownload:
gohaste [options] download my-container /path/to/fileslist:
gohaste [options] list [my-container]options:
-concurrency=10: Number of cuncurrent operations. Defaults to 10
-cpus=1: Number of CPUs to use. Defaults to 1
-password="": Password to authenticate with. Defaults to OS_PASSWORD
-region="": Password to authenticate with. Defaults to OS_REGION_NAME
-username="": Username to authenticate with. Defaults to OS_USERNAME
```