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: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.
- Source prefix filters objects in the source bucket.
- Destination prefix is added to keys of all transferred objects.
For example, if the source prefix isYou can specify prefixes when you create or modify a data transfer:test_dir/and the destination prefix ismigration/, the data transfer only works with source objects that have keys starting withtest_dir/. In the destination, the data transfer replaces thetest_dir/prefix in object keys withmigration/. A source object namedtest_dir/somefile.txtbecomesmigration/somefile.txtin the destination.
- Web console
- CLI
- Terraform
In the web console, append prefixes to the names of the source and destination buckets (for example,
mybucket/test_dir/).