Skip to content

storage

Generated Reference

Managed storage providers, media operations, and file adapter plumbing surfaced by the root runtime. This page is generated from core/storage/index.ts against package version 0.8.3 on the 0.8 docs line.

Import

ts
import { createManagedStorageSystem } from '@system-core/core'

Entry

FieldValue
Import path@system-core/core
Package export.
Source entrycore/storage/index.ts
Exported symbols4
Runtime file./dist/index.js
Types file./dist/index.d.ts

Use This Surface When

  • Use this when application code needs package-owned storage primitives via the root runtime.
  • Keep media uploads and managed object storage behind the package boundary.
  • Prefer this over framework-specific storage wrappers when the project already uses createSystem().

Public Surface

Function

ExportKindSource
createManagedStorageSystemfunctioncore/storage/system.ts

Interfaces

ExportKindSource
ManagedStorageSysteminterfacecore/storage/system.ts
ManagedStorageSystemOptionsinterfacecore/storage/system.ts
ManagedStorageUploadResultinterfacecore/storage/system.ts

system-core documentation for maintainers, integrators, and AI build agents.