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

2 poc direct upload to s3 uppy + minio #8

Merged
merged 38 commits into from
Feb 14, 2024

Conversation

phwissmann
Copy link
Collaborator

No description provided.

@phwissmann phwissmann linked an issue Feb 12, 2024 that may be closed by this pull request
reader.readAsArrayBuffer(chunk);
};

const uppy = new Uppy()
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is the uploading framework I'm using https://uppy.io

- 9090

uppy-companion:
image: transloadit/companion
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Companion provides the presigned url for the mulitpart upload, see https://uppy.io/docs/aws-s3-multipart/

@phwissmann phwissmann force-pushed the 2-poc-direct-upload-to-s3-uppy-+-minio branch from 49adf8b to 0a6f92a Compare February 14, 2024 07:37
@phwissmann phwissmann self-assigned this Feb 14, 2024
@phwissmann phwissmann force-pushed the 2-poc-direct-upload-to-s3-uppy-+-minio branch 4 times, most recently from 87c4932 to f627613 Compare February 14, 2024 08:01
@phwissmann phwissmann force-pushed the 2-poc-direct-upload-to-s3-uppy-+-minio branch from f627613 to d2f5fb7 Compare February 14, 2024 08:08
@phwissmann phwissmann force-pushed the 2-poc-direct-upload-to-s3-uppy-+-minio branch 3 times, most recently from 3a77e60 to aff3a2d Compare February 14, 2024 08:59
@phwissmann phwissmann force-pushed the 2-poc-direct-upload-to-s3-uppy-+-minio branch from aff3a2d to b736dbb Compare February 14, 2024 09:05
@phwissmann phwissmann marked this pull request as ready for review February 14, 2024 09:09
@phwissmann phwissmann merged commit c5b89f3 into main Feb 14, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

POC: Direct upload to S3 (Uppy + Minio)
1 participant