Vitali Lovich
Vitali Lovich
Would it be possible to add R2 support to https://github.com/mhart/aws4fetch/blob/447d747ab99bd7cb58afbe1da9b1af88c787cae7/src/main.js#L376 to make things easier on R2 users? I know this is an AWS-focused library so it's OK if the answer...
``` py.exe google_benchmark_plot/plot.py -f test.csv -r 'BM_MyTest' ``` results in ``` Traceback (most recent call last): File "google_benchmark_plot/plot.py", line 123, in main() File "google_benchmark_plot/plot.py", line 118, in main label_groups[label][args.metric] /=...
**Checklist** [ ] Are you reporting a bug? Use github issues for bug reports and feature requests. For general questions, please use https://discuss.yjs.dev/ [ ] Try to report your issue...
R2 from Cloudflare requires x-amz-content-sha256 to be present on every request. This is part of the SigV4 docs: https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html > Note: The x-amz-content-sha256 header is required for all AWS Signature...
Now that @mrbbot has added support for doing this in TypeScript (https://github.com/cloudflare/workers-types/pull/112), we have the infrastructure for doing this for Rust too. He actually did both but the Rust one...
I was actually toying around with building a Rust database not too long ago & the interesting thought I had was about using WASM w/ a custom API instead of...
Fixes #44
If the user sets a content length in response to a HEAD request that content-length is sent to the eyeball. Under miniflare the content-length is stripped
I set a content-encoding of 'custom' for a response Miniflare is generating and for some reason it seems to be stripped off when the caller receives it. When I run...
The runtime currently has non-standard behavior (in the future behind a compat flag) where the `ReadableStream` part of a `TransformStream` can return a `ReadableStreamBYOBReader`. Miniflare however currently throws a `TypeError`....