From 1a84987c7e28094f4e65bfb0fa03fdf5059ef6cc Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Mon, 19 Feb 2018 14:40:33 +0100 Subject: initialize .Headers on accounts/containers during GET requests --- object.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object.go') 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 -- cgit v1.2.3