diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2018-02-19 14:40:33 +0100 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2018-02-19 14:40:33 +0100 |
| commit | 1a84987c7e28094f4e65bfb0fa03fdf5059ef6cc (patch) | |
| tree | 26e8afc474d838259a75cbb7c62bd942bc7e8d37 /object.go | |
| parent | be80f087d7857d7ca1418aa797eadde39806cbf8 (diff) | |
| download | go-schwift-1a84987c7e28094f4e65bfb0fa03fdf5059ef6cc.tar.gz | |
initialize .Headers on accounts/containers during GET requests
Diffstat (limited to 'object.go')
| -rw-r--r-- | object.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
