i uncommented the relevant fields in teh toml
i uncommented the relevant fields in teh toml
preview_bucket_name field as well, and create a separate testing bucket or assign it to the same to ignore it, it'll tell you on startup though if you're on a version that requires itput causes this errorNoSuchKey: The specified key does not exist. does this mean that I provided the wrong access key?


preview_bucket_nameputUncaught (in response) TypeError: This ReadableStream is disturbed.let reader = request.body.getReader()
console.log({reader})
let pending = true;
while (pending) {
let foo = await reader.read();
console.log(foo)
if (foo.done) {
pending = false
}
}
reader.releaseLock()
await env.EXTRACTOR_BINDING.put(key, request.body);
return new Response(`Put ${key} successfully! with count of ${count}`);