Skip to main content

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.

Data transfers allow you to move data between buckets when you want to migrate or replicate it. For more information, see How data transfers work.

Prerequisites

  1. Make sure that you are in a group that has at least the editor role within your tenant; for example, the default editors group. You can check this in the Administration → IAM section of the web console.
  2. Make sure that your account has access to the buckets. Prepare credentials for the buckets, for example, access and secret keys. For more information, see Access to buckets for data transfers.
  3. Configure the web console or a developer tool to work in the correct project:
    In the web console, select the project that contains the destination bucket (if it’s in Nebius AI Cloud) or the source bucket (if the destination is in an external storage service).

How to launch a data transfer

  1. In the sidebar, go to https://mintcdn.com/nebius-ai-cloud/1Ha0sWR6e1mnIaHS/_assets/sidebar/storage.svg?fit=max&auto=format&n=1Ha0sWR6e1mnIaHS&q=85&s=0a2dad6b48aea10e85f6f3e2343aee26 Storage → Data Transfer and then click https://mintcdn.com/nebius-ai-cloud/1Ha0sWR6e1mnIaHS/_assets/plus.svg?fit=max&auto=format&n=1Ha0sWR6e1mnIaHS&q=85&s=7c9efc69d65fc58db0eb73702fd81aa1 Create data transfer.
  2. Configure the data transfer:
    1. Specify its name.
    2. Select the data transfer type: one-time transfer or replication.
    3. Configure the source and destination buckets:
    4. Specify the path to the buckets. In the Bucket field, you can optionally add object key prefixes to the bucket name. In the source, you filter objects. In the destination, you overwrite prefixes of the source objects.
    5. Set credentials.
    6. Configure how the data transfer handles destination objects. See the settings under Overwriting destination objects and Unmanaged objects.
    7. (Optional) Configure limits on request rate and bandwidth.
  3. Click Create transfer.

Examples

One-time transfer between Nebius AI Cloud regions

The following configuration examples show how to create a one-time transfer (a transfer that stops after one iteration) from a bucket in the eu-north1 region to a bucket in the us-central1 region:
Create the data transfer in the project in us-central1 where the destination bucket is located:
  • Type: One-time transfer
  • Source: Nebius
  • Destination: Nebius
    • Region: us-central1
    • Bucket name (example): destination_bucket
    • Credentials: Access and secret keys
    • Overwriting destination objects: Overwrite if source is newer

Replication between Nebius AI Cloud regions

The following configuration examples show how to create a replication (a continuous transfer that you stop manually) from a bucket in the us-central1 region to a bucket in the eu-north1 region:
Create the data transfer in the project in eu-north1 where the destination bucket is located:
  • Type: Replication
  • Source: Nebius
  • Destination: Nebius
    • Region: eu-north1
    • Bucket name (example): secondary_bucket
    • Credentials: Access and secret keys
    • Overwriting destination objects: Overwrite if source is newer