Skip to content

Storage

github-actions[bot] edited this page Sep 4, 2026 · 1 revision

Storage Plugin

S3-compatible file storage: bucket management, object PUT/GET/DELETE/LIST, presigned URLs, per-tenant isolation. Free — MIT licensed.

Install

nself plugin install storage

No license key required.

Description

S3-compatible file storage: bucket management, object PUT/GET/DELETE/LIST, presigned URLs, per-tenant isolation.

Category: infrastructure. Current version: 1.0.0.

Ports

Port Purpose
9007 Storage service port

Database Schema

3 table(s) added to your Postgres database:

  • np_storage_buckets
  • np_storage_objects
  • np_storage_metadata

Examples

nself plugin install storage

Source

plugins/storage/

Manifest: plugins/storage/plugin.json

See Also

Home

nself-plugins

Start

Commands

Architecture

Plugin Ecosystem

Popular Plugins

View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)

All Free Plugins

Guides

Operations


Related

Clone this wiki locally