-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
reader.readAsArrayBuffer(chunk); | ||
}; | ||
|
||
const uppy = new Uppy() |
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.
This is the uploading framework I'm using https://uppy.io
- 9090 | ||
|
||
uppy-companion: | ||
image: transloadit/companion |
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.
Companion provides the presigned url for the mulitpart upload, see https://uppy.io/docs/aws-s3-multipart/
49adf8b
to
0a6f92a
Compare
87c4932
to
f627613
Compare
f627613
to
d2f5fb7
Compare
3a77e60
to
aff3a2d
Compare
aff3a2d
to
b736dbb
Compare
No description provided.