(
key: string,
value:
| ReadableStream
| ArrayBuffer
| ArrayBufferView
| string
| null
| Blob,
options?: R2PutOptions & {
onlyIf: R2Conditional | Headers
},
)
| 2463 | ): Promise<R2ObjectBody | R2Object | null> |
| 2464 | get(key: string, options?: R2GetOptions): Promise<R2ObjectBody | null> |
| 2465 | put( |
| 2466 | key: string, |
| 2467 | value: |
| 2468 | | ReadableStream |