(
key: string,
options: R2GetOptions & {
onlyIf: R2Conditional | Headers
},
)
| 2456 | interface R2Bucket { |
| 2457 | head(key: string): Promise<R2Object | null> |
| 2458 | get( |
| 2459 | key: string, |
| 2460 | options: R2GetOptions & { |
| 2461 | onlyIf: R2Conditional | Headers |
no outgoing calls