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.

By default, all source objects are transferred in a data transfer, and their keys are unchanged in the destination. You can optionally use source and destination prefixes to change this behavior:
  • Source prefix filters objects in the source bucket.
  • Destination prefix is added to keys of all transferred objects.
For example, if the source prefix is test_dir/ and the destination prefix is migration/, the data transfer only works with source objects that have keys starting with test_dir/. In the destination, the data transfer replaces the test_dir/ prefix in object keys with migration/. A source object named test_dir/somefile.txt becomes migration/somefile.txt in the destination.
You can specify prefixes when you create or modify a data transfer:
In the web console, append prefixes to the names of the source and destination buckets (for example, mybucket/test_dir/).