Comment on page
💾

Storage Node

Storage nodes accept user uploads and do long term archiving of user data objects, as well as share these objects with bandwidth nodes which do low latency last mile on-demand delivery.

Preamble

This document is not yet complete and is primarily informed by the following more comprehensive documentation

Introduction

WIP.

API

files/{id}

GET

Returns a media file.
Oops, something is missing.We could not find the original source to display this content.
Returns media file headers.
Oops, something is missing.We could not find the original source to display this content.

files

Upload data.
Oops, something is missing.We could not find the original source to display this content.

authToken

Get auth token.
Oops, something is missing.We could not find the original source to display this content.

state/data-objects

Returns all local data objects.
Oops, something is missing.We could not find the original source to display this content.

state/bags/{bagId}/data-objects

Returns local data objects for a bag.
Oops, something is missing.We could not find the original source to display this content.

version

Returns server version.
Oops, something is missing.We could not find the original source to display this content.

state/data

Returns local uploading directory stats.
Oops, something is missing.We could not find the original source to display this content.

Scenarios

WIP.