@notabug/gun-openstack-swift
v0.2.2
Published
OpenStack Swift storage adapter for gun and gun-receiver
Downloads
7
Readme
gun-openstack-swift
OpenStack Swift adapter for gunDB
Installation
npm install @notabug/gun-openstack-swift
Usage
require("@notabug/gun-openstack-swift").attachToGun(Gun, {
url: 'https://orbit.brightbox.com/v1/acc-xxx/bucket',
token: "accesstoken"
});