-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Avoid duplicate with testcase #24
base: master
Are you sure you want to change the base?
Avoid duplicate with testcase #24
Conversation
I just ran a test of this an it worked as expected. Here's the steps I followed:
We are working with buckets holding 4 million objects and 6TB of data, so this feature is an absolute must for us. Thank you for working on it! |
@marxjohnson Could you also do a run of the software testing suite? |
I ran:
So something might not be quite right there. @vikas-nautiyal Any thoughts on why it's failing? |
Fix getting file versions when dest_prefix is provided.
@marxjohnson could you do a test run with the testing suite? |
Hi @marxjohnson, added a fix to the code. It was failing because the |
@vikas-nautiyal could you rebase the MR, I'll have a run and merge if it's ok. Thanks! |
@vikas-nautiyal It would be nice if you could rebase this PR resolving conflicts so I can merge it. Thanks! |
This is the addition to the PR - #10
Added test case over the existing commit.