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

Handle S3 incomplete uploads #395

Closed
6 tasks done
becky-gilbert opened this issue Jun 21, 2024 · 2 comments
Closed
6 tasks done

Handle S3 incomplete uploads #395

becky-gilbert opened this issue Jun 21, 2024 · 2 comments
Assignees

Comments

@becky-gilbert
Copy link
Contributor

becky-gilbert commented Jun 21, 2024

Summary

Now that we're uploading recordings directly to S3 as multi-part uploads, we need to decide how to handle incomplete uploads. Incomplete uploads occur when the upload is started but not completed (or aborted). These video file parts will sit in storage indefinitely unless we handle them somehow. Currently they are not visible to the lookit-api or researchers at all unless they are completed in S3.

We already have a considerable number of incomplete file uploads. I don't have any information yet as to how many parts are associated with each file or how much storage space these incomplete uploads are taking up.

Possible solutions

@becky-gilbert
Copy link
Contributor Author

Transferring this issue from lookit-api to EFP, since we've decided against the lookit-api solutions to this problem.

@becky-gilbert
Copy link
Contributor Author

Closing as all are either completed or moved to new issues.

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

No branches or pull requests

1 participant