Refx Bucket Pro Workspace

v2.0 Storage Hub
No Active Bucket Selected
API Services Connected

Storage & Database Ledger Hub

Select a bucket in the Buckets list, or create a new bucket to start managing your binary assets and structured document ledgers securely with public/private authorization keys.

Active Branch:
Files Uploaded 0
Disk Space Occupied 0 B

Upload files to bucket

Drag and drop multiple files here, or browse local storage

Concurrent upload queue | Max size: 500 MB per file

Asset Library

Filename Mime Type Size Date Uploaded Visibility Access URL Action
No files uploaded. Use the zone above.

Commit Timeline History

No commits found for the active branch.
Database Records 0
Embedded LSM-Tree Engine LSM SSTable Store Online

No ledger documents found. Click "Add Database Record" to create one.

Bucket API Route Reference

  • POST /api/publicstorage/buckets/:publicKey/upload

    Upload file asset (Multipart FormData key file).

  • GET /api/publicstorage/buckets/:publicKey/files

    Retrieve list of uploaded file assets.

  • POST /api/publicstorage/buckets/:publicKey/ledger

    Insert JSON record into Embedded LSM Key-Value store.

  • GET /api/publicstorage/buckets/:publicKey/ledger

    Retrieve or search ledger documents from LSM database.

  • GET /api/publicstorage/buckets/:publicKey/:fileName

    Direct unauthenticated public file delivery URL.