Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s3 migration duplicate suffix is not working properly #74

Closed
shalinikum opened this issue Jun 26, 2023 · 1 comment · Fixed by #77
Closed

s3 migration duplicate suffix is not working properly #74

shalinikum opened this issue Jun 26, 2023 · 1 comment · Fixed by #77
Assignees

Comments

@shalinikum
Copy link

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.

@Jayashsatolia403 Jayashsatolia403 linked a pull request Jul 13, 2023 that will close this issue
@boddumanohar
Copy link
Contributor

fixed by: #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants