```ts await env.Testing_bucket.put(key, request.body, request.headers); ```should be fine

await env.Testing_bucket.put(key, request.body, request.headers);
should be fine
Was this page helpful?