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

# Object Storage

Most ML/AI workloads involve large files, such as datasets and artifacts of trained models. To store, access and share them efficiently, you can use Object Storage, a simple storage service offered by Nebius AI Cloud.

The service is available in all [Nebius AI Cloud regions](/overview/regions/).

<CardGroup cols={2}>
  <Card title="Getting started" icon="link" href="/object-storage/quickstart">
    Create your first bucket and upload files
  </Card>

  <Card title="Buckets and objects" icon="link" href="/object-storage/overview">
    Learn about the main service resources
  </Card>

  <Card title="Creating and modifying buckets" icon="link" href="/object-storage/buckets/manage">
    Learn how to manage buckets and their parameters
  </Card>

  <Card title="Uploading and downloading objects" icon="link" href="/object-storage/objects/upload-download">
    Explore how to upload files to buckets and download them
  </Card>

  <Card title="Managing objects in buckets" icon="link" href="/object-storage/objects/manage">
    Learn how to list, rename and delete objects
  </Card>

  <Card title="Roles and available actions" icon="link" href="/object-storage/supported-actions">
    Learn about the actions available to different roles
  </Card>

  <Card title="Performance and cost-efficiency best practices" icon="link" href="/object-storage/performance-cost-best-practices">
    Discover how to optimize operations on your buckets and objects
  </Card>

  <Card title="AWS CLI command reference" icon="link" href="/object-storage/interfaces/aws-cli">
    Learn how to set up and use the AWS CLI
  </Card>

  <Card title="Monitoring buckets" icon="link" href="/object-storage/monitoring">
    Control resource usage and monitor your buckets health
  </Card>

  <Card title="Bucket and object logs" icon="link" href="/object-storage/logs">
    Set up and view control plane and data plane logs from your buckets
  </Card>
</CardGroup>
