๐Ÿ’พ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.

Returns media file headers.

files

Upload data.

authToken

Get auth token.

state/data-objects

Returns all local data objects.

state/bags/{bagId}/data-objects

Returns local data objects for a bag.

version

Returns server version.

state/data

Returns local uploading directory stats.

Scenarios

WIP.

Last updated