aboutsummaryrefslogtreecommitdiff
path: root/object.go
diff options
context:
space:
mode:
Diffstat (limited to 'object.go')
-rw-r--r--object.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.go b/object.go
index 3812f67..a2a68e1 100644
--- a/object.go
+++ b/object.go
@@ -263,4 +263,4 @@ func (o *Object) Invalidate() {
}
//TODO Object.Copy(), Object.Move(), Object.Download()
-//TODO does Object.Upload() have the right API?
+//TODO provide a companion to Object.Upload() to connect it with content-generating functions where an io.Writer needs to be given