You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
suppose --dup-suffix = "_copy"
we have a bucket called dummy_bucket and in that bucket we have abc.txt.
with skip=2 in first attempt it should migrate as abc.txt but in second attempt it should be abc_copy.txt.
But right now I am seeing in second attempt the file name is abc_copt_<random_number>.txt
either fix the ./s3mgrt migrate --help output or fix above isssue.
The text was updated successfully, but these errors were encountered:
suppose --dup-suffix = "_copy"
we have a bucket called dummy_bucket and in that bucket we have abc.txt.
with skip=2 in first attempt it should migrate as abc.txt but in second attempt it should be abc_copy.txt.
But right now I am seeing in second attempt the file name is abc_copt_<random_number>.txt
either fix the ./s3mgrt migrate --help output or fix above isssue.
The text was updated successfully, but these errors were encountered: