basecamp/cleversafe

Name: cleversafe

Owner: Basecamp

Description: null

Created: 2013-02-21 17:52:40.0

Updated: 2017-11-07 00:32:34.0

Pushed: 2015-02-24 22:18:11.0

Homepage: null

Size: 334

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Cleversafe SOH

Description

This is a Ruby interface into the Cleversafe's SOH API.

Notes
Todo
Usage
nnect to Cleversafe
ection = Cleversafe::Connection.new('http://127.0.0.1:1234')

en a vault
t = connection.vault('pictures')

load, download, delete
= vault.create_object(open('~/cat.jpg'))

t[key].exists?
t[key].size
t[key].open { |io| ... }
t[key].delete

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.