> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usenubis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Nubis Storage

> Store, secure, and deliver object data on Nubis with a cleaner path through buckets, objects, SDKs, and API workflows.

## Object storage built for application data and delivery

Nubis Storage is the object layer for files, uploads, backups, archives, logs, and static assets. This section groups the service around the actual tasks teams need to complete: creating buckets, managing private access, moving objects, and integrating with applications.

<CardGroup cols={2}>
  <Card title="Buckets" icon="container" href="/services/nubis-storage/buckets">
    Create buckets with a naming and access model you can live with in production.
  </Card>

  <Card title="Objects" icon="files" href="/services/nubis-storage/objects">
    Upload, organize, version, and lifecycle-manage the data stored inside buckets.
  </Card>

  <Card title="SDK" icon="code-xml" href="/services/nubis-storage/sdk">
    Standardize application access using S3-compatible SDK patterns.
  </Card>

  <Card title="API" icon="braces" href="/services/nubis-storage/api-overview">
    Work directly with REST or S3-compatible tooling where SDKs are not the best fit.
  </Card>
</CardGroup>

## The storage model

Nubis Storage is organized around two layers:

* Buckets as the top-level container
* Objects as the stored files and blobs inside those buckets

## Best fit use cases

* User uploads and media assets
* Export archives and build artifacts
* Application backups and log sinks
* Static website assets and CDN-backed delivery
