mirror of
https://github.com/syumai/workers.git
synced 2025-03-11 01:39:11 +00:00
update doc for R2Object
This commit is contained in:
parent
b81f5b3284
commit
36408d689f
@ -21,7 +21,7 @@ type R2Object struct {
|
|||||||
HTTPMetadata R2HTTPMetadata
|
HTTPMetadata R2HTTPMetadata
|
||||||
CustomMetadata map[string]string
|
CustomMetadata map[string]string
|
||||||
// Body is a body of R2Object.
|
// Body is a body of R2Object.
|
||||||
// This value becomes nil when `Head` method of R2Bucket is called.
|
// This value is nil for the result of the `Head` or `Put` method.
|
||||||
Body io.Reader
|
Body io.Reader
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user