-
Notifications
You must be signed in to change notification settings - Fork 4
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
Added a new route for supporting a secondary bucket #27
Conversation
@som-poddar where are the unit tests? |
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.
+1
- crunchyroll would like to extend this utility to support avod streaming in the platform. - This change adds this capability with the minimal amount of change to the existing functionality. - Updated to use aws sdk for s3 get call
6d37b08
to
69757db
Compare
please consider adding unit tests, positive and negative, even if it is a mocked payload. Please test this thoroughly in Proto0. |
Since this PR is now more than 20 days, are we still waiting to get unit tests in? Let me know if there are concerns or any discussion needed. Thanks! |
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.
looks good, please make a ticket where we can make a generic ability for access to "any" bucket in s3
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.
+1
Would have preferred a package name more oriented to s3client rather than the generic awsclient, given that we only mock the S3 interface. But not blocking for me.
to the existing functionality.