---
title: Object Storage
summary: >-
  These endpoints allow you to enable, disable, and check the enablement status
  of the Object Storage product on your customer account.
url: https://www.fastly.com/documentation/reference/api/products/object_storage
---

These endpoints allow you to enable, disable, and check the enablement status of the Object Storage product on your customer account.

## Data model

| Field | Type | Description |
|-------|------|-------------|
| `_links` | object |  |
| `customer` | object |  |
| `product` | object |  |

## API endpoints

### Get product enablement status

**GET** `/enabled-products/v1/object_storage`

Get the enablement status of the Object Storage product.

### Enable product

**PUT** `/enabled-products/v1/object_storage`

Enable the Object Storage product.

### Disable product

**DELETE** `/enabled-products/v1/object_storage`

Disable the Object Storage product.
