[Yandex Cloud documentation](../../index.md) > [Yandex Managed Service for GitLab](../index.md) > [Step-by-step guides](index.md) > Integration with Object Storage

# Integration with Object Storage

Integration with Object Storage allows you to reduce the amount of data on the [instance](../concepts/index.md#instance) disks to prevent their overflow. You can select data types to store in Object Storage:

* `Artifacts`: Archives of job files and folders.
* `External diff files`: Files with version diffs in merge requests.
* `Attached files`: User files.
* `Git LFS`: [Large file storage](https://git-lfs.com/).
* `Packages`: Package registry.
* `Dependency proxy`: Dependency cache.
* `Terraform states`: Terraform state files.
* `GitLab Pages`: Websites.
* `Protected CI files`: Restricted access files.
* `Container Registry`: Container images.

You can learn more about integration with Object Storage [here](../concepts/s3-integration.md).

## Viewing a list of data stored in Object Storage {#objstorage-list}

{% list tabs group=instructions %}

- Management console {#console}

  1. Navigate to **Managed Service for&nbsp;GitLab**.
  1. Click the instance name and select ![image](../../_assets/console-icons/cloud-arrow-up-in.svg) **Data in Object Storage**.

{% endlist %}

## Enabling storing data in Object Storage {#enable-objstorage}

{% note alert %}

If you disable data storage in Object Storage, your instance will lose access to the existing data. Reverse migration to the GitLab local storage is not supported. New data will be saved to the GitLab local storage.

{% endnote %}

{% list tabs group=instructions %}

- Management console {#console}

  1. Navigate to **Managed Service for&nbsp;GitLab**.
  1. Click the instance name and select ![image](../../_assets/console-icons/cloud-arrow-up-in.svg) **Data in Object Storage**.
  1. Click **Configure data storage in Object Storage**.
  1. Select the data types you want to store in Object Storage.
    
      You can enable file proxying for each data type you select. In which case your files will be uploaded via a GitLab server.

  1. Click **Save**.

      {% note info %}
      
      Migrating files from large repositories to Object Storage can take more than a day.
      
      {% endnote %}

{% endlist %}