-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add listLatestObject and listOldestNObjects for s3 issue #309 #557
Conversation
i have no idea why i have the helper func take a type parameter |
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.
hello @cwgroppe, thank you for the contribution!
have left a review :)
@cwgroppe just left another small comment and we could get it merged :) |
@cwgroppe thanks for addressing the comments! merged :) |
@paualarco thanks for being patient with we, this is my first time contributing to an open source project and I've been the only dev on my team for about 2 years, so I haven't had a review in a while. It's been a great learning experience and I plan to continue to add to this project. Hopefully it will go smoother next time. |
@cwgroppe no need to say thanks for that, I appreciate your contribution as well as your interest in the project! :) |
Pull request for Create methods for listingLatest and listingOldestN S3 objects #309.
listingLatest -> listLatestObject
listingOldestN -> listOldestNObjects
Also added to it test in S3Suite for these functions.
resolve #309