Skip to content

Cloudie is a simple user interface to browse Open Stack Storage and to manipulate it.

Notifications You must be signed in to change notification settings

javaswift/cloudie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cloudie

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

Features

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

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.

Screenshots

Cloudie

History

V0.9.7-SNAPSHOT

  • Upgrade to JOSS 0.9.7
  • Support for Basic, TempAuth and Keystone authentication.

V0.7.1 19-May-2013

  • Upgrade to JOSS 0.8.5

V0.7.1 16-Mrt-2013

  • Rename to org.javaswift

V0.7.0 11-Feb-2013

  • First Public Release

Sponsor

This component was graciously donated by 42 BV 42 logo

About

Cloudie is a simple user interface to browse Open Stack Storage and to manipulate it.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • HTML 0.3%