From 8cb7c02b4294d3f596633284abc144ba98b565b8 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Thu, 3 May 2018 14:09:36 +0200 Subject: proof-read documentation --- headers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'headers.go') diff --git a/headers.go b/headers.go index c1119ae..47a2f73 100644 --- a/headers.go +++ b/headers.go @@ -86,7 +86,7 @@ func (h Headers) ToHTTP() http.Header { // hdr := NewObjectHeaders() // hdr.ContentType().Set("image/png") // hdr.Metadata().Set("color", "blue") -// obj.Upload(content, hdr.ToOpts()) +// obj.Upload(content, nil, hdr.ToOpts()) // func (h Headers) ToOpts() *RequestOptions { return &RequestOptions{Headers: h} -- cgit v1.2.3