For Workes & Pages, what is the name of the domain?
/
What is the error message?
(failed)net::ERR_H2_OR_QUIC_REQUIRED
What is the issue or error you’re encountering
It’s impossible to upload a ReadableStream to R2 because it only accepts HTTP/1 requests, which do not support streams. Using a custom domain (which have HTTP/2 enabled) is not possible because they’re read-only and do not follow the S3 API specs (so it’s impossible to use presigned URLs on the custom domain). It’s a problem for us, because we want our members to encrypt files on their browser before uploading them. If we don’t leverage streaming, it takes way too much RAM and makes it impossible to upload large files.