Cloudie is a simple user interface to browse Open Stack Storage (Swift) and to manipulate it.
(C) 2012-2015 E.Hooijmeijer and 42 B.V., Apache 2 licensed.
Uses the CC-BY licensed Silk Iconset by Mark James
Based on the JOSS library, it has the the following features:
- creation and deletion of containers.
- creation and deletion of stored objects.
- down and uploading of files.
- viewing meta-data.
- previewing text and images.
- opening a stored object in a public container in your browser.
- filename based search.
- storage of connection profiles.
Usage: java -jar cloudie-0.7.1-full.jar [options]
Options:
-basic
connects to the cloud using basic auth. Takes 4 arguments: \[AuthURL\] \[TenantName\] \[Username\] \[Password\]
-temp
connects to the cloud using temp auth. Takes 4 arguments: \[AuthURL\] \[TenantName\] \[Username\] \[Password\]
-keystone
connects to the cloud using basic auth. Takes 5 arguments: \[AuthURL\] \[TenantName] \[Username\] \[Password] \[TenantId]
-help, -?, --?
Brief help.
Default: false
-profile [name]
connects to the cloud using an previously stored profile.
A prebuilt binary can be downloaded here.
- Upgrade to JOSS 0.9.7
- Support for Basic, TempAuth and Keystone authentication.
- Upgrade to JOSS 0.8.5
- Rename to org.javaswift
- First Public Release
This component was graciously donated by 42 BV