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

Feature - Multipart Uploads #324

Merged
merged 13 commits into from
Jan 28, 2025
Merged

Feature - Multipart Uploads #324

merged 13 commits into from
Jan 28, 2025

Conversation

shincap8
Copy link
Contributor

Context

  • There are files big enough that our backend can't post directly to s3 so we are implementing multipart upload

Changes Made

  1. Include endpoint for generating presigned URLS.
  • This would allow the frontEnd to upload the file in chunks.
  1. Include endpoint for completing the upload.
  • This would allow us to complete the multipart upload, generate the model in the DB and call Runpod.
  1. Include endpoint to abort multipart.
  • This would help us abort the uploading when theres is an error.

@shincap8 shincap8 requested a review from a team as a code owner January 28, 2025 00:21
Copy link

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@shincap8 shincap8 merged commit 30126a2 into main Jan 28, 2025
13 checks passed
@shincap8 shincap8 deleted the Feature/multipart-uploads branch January 28, 2025 14:44
@github-actions github-actions bot locked and limited conversation to collaborators Jan 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants