We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An alternative to having a tus backend, Uppy allows writing directly to an S3 backend (Minio) https://uppy.io/docs/guides/choosing-uploader/#i-want-to-upload-to-aws-s3-or-s3-compatible-storage-directly The AWS API seems to mandate md5 checksum verification, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html. This is also the case for Minio, see https://min.io/docs/minio/linux/developers/dotnet/API.html#putobjectasync-putobjectargs-args This would simplify the setup and additionally ensure the data integrity. Questions regarding performance remain. Goal:
Create a POC with Uppy, Companion and Minio and measure performance. Compare with tusd upload.
The text was updated successfully, but these errors were encountered:
Stability issues have been resolved
Sorry, something went wrong.
First Observations:
Currently blocked until further tests with 10Gbit connection can be done
phwissmann
Successfully merging a pull request may close this issue.
An alternative to having a tus backend, Uppy allows writing directly to an S3 backend (Minio) https://uppy.io/docs/guides/choosing-uploader/#i-want-to-upload-to-aws-s3-or-s3-compatible-storage-directly
The AWS API seems to mandate md5 checksum verification, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html. This is also the case for Minio, see https://min.io/docs/minio/linux/developers/dotnet/API.html#putobjectasync-putobjectargs-args
This would simplify the setup and additionally ensure the data integrity. Questions regarding performance remain.
Goal:
Create a POC with Uppy, Companion and Minio and measure performance. Compare with tusd upload.
The text was updated successfully, but these errors were encountered: