David Pineau
David Pineau
When doing a "merge"-type migration (merging a source directory into an existing and used target directory), any name-conflicting file might be overwritten without so much as a second thought. We...
Currently, there is no proper documentation about how to use the tool: - What parameters are mandatory ? -> source, destination, cloudmig/buckets - What can help to explain an issue...
When migrating data from one backend to another, where the feature support is different between the two, we would like to be able to tell cloudmig not to try and...
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...
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...
It may be practical to have the possibility to retrieve the output report directly from the destination account/bucket.