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

Add listLatestObject and listOldestNObjects for s3 issue #309 #557

Merged
merged 12 commits into from
Feb 16, 2021

Conversation

cwgroppe
Copy link
Contributor

@cwgroppe cwgroppe commented Feb 6, 2021

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

@cwgroppe
Copy link
Contributor Author

cwgroppe commented Feb 6, 2021

i have no idea why i have the helper func take a type parameter

Copy link
Member

@paualarco paualarco left a 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 :)

s3/src/main/scala/monix/connect/s3/S3.scala Outdated Show resolved Hide resolved
s3/src/main/scala/monix/connect/s3/S3.scala Outdated Show resolved Hide resolved
@paualarco
Copy link
Member

@cwgroppe just left another small comment and we could get it merged :)

@paualarco
Copy link
Member

@cwgroppe thanks for addressing the comments! merged :)

@paualarco paualarco merged commit e469f8f into monix:master Feb 16, 2021
@cwgroppe
Copy link
Contributor Author

@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.

@paualarco
Copy link
Member

@cwgroppe no need to say thanks for that, I appreciate your contribution as well as your interest in the project! :)

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 this pull request may close these issues.

Create methods for listingLatest and listingOldestN S3 objects
2 participants