-
Notifications
You must be signed in to change notification settings - Fork 51
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
After the derivative object is destroyed queue a job… #4064
Conversation
…e actual file from the streaming server
3208544
to
2c8cf77
Compare
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.
Thanks @phuongdh for adding the tests! Code-wise this looks good to me now. Did you test it out in docker?
Using minio,
We could either make sure absolute_location looks like |
6382ac9
to
67746ae
Compare
If that change works then 👍. |
67746ae
to
6b10cdc
Compare
Confirmed working in development stack |
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.
👍
…which deletes the actual file from the streaming server. This is based on the masterfile management delete job.
I'll add tests if this looks reasonable.