-
Notifications
You must be signed in to change notification settings - Fork 16
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
fix issue #66 aws-s3 paging/next-marker is not correct #67
Conversation
I am Re-running travis tests now. And, let me poke around and see if there is a way to get the unit tests to fail first. Thank you very much for the patch. |
fix typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I type fast and made a mistake, fixed now :)
Codecov Report
@@ Coverage Diff @@
## master #67 +/- ##
===========================================
- Coverage 64.89% 20.46% -44.44%
===========================================
Files 13 13
Lines 1997 1999 +2
===========================================
- Hits 1296 409 -887
- Misses 491 1524 +1033
+ Partials 210 66 -144
Continue to review full report at Codecov.
|
Hello I did not understand this result from codecov, since it shows a decrease in some files that I don't change at all. running tests on master branch
running on my change
¯_(ツ)_/¯ |
Thank you! |
I am not sure if I can provide a unit test for this case, my problem is iterate over a huge s3 bucket without manually handle the next marker