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

OV-391: add logic to delete video #395

Merged
merged 3 commits into from
Sep 26, 2024

Conversation

sergiy4
Copy link
Collaborator

@sergiy4 sergiy4 commented Sep 23, 2024

This PR adds the logic to delete a rendered video from the Remotion S3 bucket

@sergiy4 sergiy4 added the BE Backend feature label Sep 23, 2024
@sergiy4 sergiy4 added this to the Final DEMO milestone Sep 23, 2024
@sergiy4 sergiy4 self-assigned this Sep 23, 2024
@sergiy4 sergiy4 linked an issue Sep 23, 2024 that may be closed by this pull request
@sergiy4 sergiy4 marked this pull request as ready for review September 23, 2024 21:04
if (url) {
const renderIdMatch = url.match(/renders\/([^/]+)/);

if (renderIdMatch && renderIdMatch[1]) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use a descriptive const for renderIdMatch[1] since you use it twice

@sofiia-trokhymchuk sofiia-trokhymchuk merged commit 59850e9 into next Sep 26, 2024
2 checks passed
@sofiia-trokhymchuk sofiia-trokhymchuk deleted the task/OV-391-add-logic-to-delete-video branch September 26, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE Backend feature
Projects
Status: To Be Tested
Development

Successfully merging this pull request may close these issues.

FEAT: Add logic to delete the rendered video
3 participants