TransferService provides functionality for creating and managing transfers that migrate data from other S3 providers or across different regions of Nebius Object Storage. Each transfer consists of consecutive iterations where the service lists objects in the source bucket and moves those that need to be transferred according to the specified overwrite strategy. After an iteration completes, the transfer will stop if its stop condition is met. Otherwise, it will wait for the defined inter-iteration interval before starting the next iteration.
Method |
|
Missing associated documentation comment in .proto file. |
Method |
|
Fully delete a transfer along with its history. Only stopped or failed transfers can be deleted. |
Method |
|
Missing associated documentation comment in .proto file. |
Method |
|
Missing associated documentation comment in .proto file. |
Method |
|
Missing associated documentation comment in .proto file. |
Method |
|
Missing associated documentation comment in .proto file. |
Method |
|
Resume stopped or failed transfer. |
Method |
|
Stop active transfer. If the transfer is currently moving data, it will be transitioned to the Stopping state and will move to the Stopped state once all processes have been stopped. If the transfer is waiting between iterations, it will stop immediately... |
Method |
|
Missing associated documentation comment in .proto file. |
Stop active transfer. If the transfer is currently moving data, it will be transitioned to the Stopping state and will move to the Stopped state once all processes have been stopped. If the transfer is waiting between iterations, it will stop immediately. Only transfer in Active state can be stopped.