Cloud-Migration-Tool icon indicating copy to clipboard operation
Cloud-Migration-Tool copied to clipboard

A Cloud storage migration command-line tool that uses the scality droplet library

Results 24 Cloud-Migration-Tool issues
Sort by recently updated
recently updated
newest added

The source files' deletion is currently driven by the main thread, while it could benefit a lot by having all the available threads work to delete files concurrently.

When a migration is done, it is possible to delete the source files, but nothing is shown to the viewer for the user to visualize how the deletion is progressing.

Currently, the user can only visualize the transfer of the files. We want to add the status building into those, for the user to be able to know how far...

The tool does not manage properly a ^C Interruption, possibly corrupting some files (statuses mostly). We should manage it properly, and do a clean stop in this case.

Currently, the tool is too rigid in the way it supports the multiple backends from droplet. For instance, the POSIX droplet backend cannot be supported because it does not provide...

Missing functionnality

Currently, whenever a destination bucket name is given, the tool does not try to access the bucket when creating it. This results in an error while creating the destination bucket...

bug

It may be practical to have the possibility to retrieve the output report directly from the destination account/bucket.

enhancement

currently we only put the files inside the destination buckets, without caring about what was present inside before. We should be able to take an argument telling whether to delete...

enhancement

Most of the code is planned to be multithreaded one day or another, so let's just do that.

enhancement

A resume option is to be added to the tool, but there is no way to ignore the status bucket and force restarting the transfer. Such an option may prove...

enhancement