Home modules.gotpike.org
Username: Password: [Create Account]
[Forgot Password?]

Modules

ADT
Database
GTK2
GUI
IP
PiJAX
Public
Sql
Stdio
Subversion
System
Tools
Xosd
lua
v4l2
wx

Recent Changes

Public.Parser.XML2 1.50
Public.ZeroMQ 1.1
Public.Template.Mustache 1.0
Public.Protocols.XMPP 1.4
Sql.Provider.jdbc 1.0

Popular Downloads

Public.Parser.JSON2 1.0
Public.Parser.JSON 0.2
GTK2 2.23
Public.Web.FCGI 1.8
Public.Parser.XML2 1.48


Module Information
Public.Storage.Manta
Viewing contents of Public_Storage_Manta-1.0/README

This is a module providing support for the Joyent Manta object storage and compute fabric. 
Included are a client capable of communicating with a Manta storage fabric, as well as a 
Filesystem module.

Example:

```
#!pike


object c = Public.Storage.Manta.client_from_keys("https://us-east.manta.joyent.com", 
                                                 "myUser", "/home/ubuntu/.ssh/id_rsa" [, keypass]);

array entries = c->list_directory("~~/stor");


```

gotpike.org | Copyright © 2004 - 2019 | Pike is a trademark of Department of Computer and Information Science, Linköping University