@notabug/gun-openstack-swift

OpenStack Swift storage adapter for gun and gun-receiver

Usage no npm install needed!

<script type="module">
  import notabugGunOpenstackSwift from 'https://cdn.skypack.dev/@notabug/gun-openstack-swift';
</script>

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"
});