-
Notifications
You must be signed in to change notification settings - Fork 0
store the documents in s3 through cartifact #170
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
base: trunk
Are you sure you want to change the base?
Conversation
…eacrew/polypress into CU-868gmw643_Allow-Polypress-to-scale
app/operations/documents/copy.rb
Outdated
| # Handles copying documents to Cartafact and constructing required headers | ||
| module Documents | ||
| class Copy | ||
| include Dry::Monads[:result] |
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.
@geetha-1z Please review the other operation implementations and ensure that Dry Monads :do is used here as well, so yield can be used. This will help maintain consistent operation class implementations across Ideacrew, including Polypress.
| @@ -0,0 +1,55 @@ | |||
|
|
|||
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.
Also, make sure to add unit tests before sending this for peer code review.
https://app.clickup.com/t/868gmw6re