https://github.com/jackspirou/objstore
A CLI tool for managing OpenStack object storage. Rackspace batteries included.
https://github.com/jackspirou/objstore
Last synced: 9 months ago
JSON representation
A CLI tool for managing OpenStack object storage. Rackspace batteries included.
- Host: GitHub
- URL: https://github.com/jackspirou/objstore
- Owner: jackspirou
- Created: 2015-02-03T04:43:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T05:56:06.000Z (over 11 years ago)
- Last Synced: 2025-01-23T12:42:47.540Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# objstore
A CLI tool for uploading files to OpenStack object storage. Rackspace batteries included.
> Warning - This project is currently in initial development, expect problems.
## Installation Options
1. build this repository from source
2. `go get github.com/jackspirou/objstore`
> All options above will require you to have the compiled binary in your `$PATH`.
## Authentication
The good news is that the `objstore` binary makes many different ways of authenticating available to you. The bad news is that you still have to authenticate. The worse news is that ssh keys have no power here, so its all usernames, passwords, and API keys.
### Rackspace
> Right now only Rackspace is supported. OpenStack should be added later.
To authenticate with Rackspace, you can either enter your information at the command-line, or as enviorment variables.