From 46081e2068aeea62783863515ab116bb6af20661 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Mon, 19 Feb 2018 19:19:53 +0100 Subject: test coverage for object upload, download, metadata update --- object_iterator.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'object_iterator.go') diff --git a/object_iterator.go b/object_iterator.go index 67f3138..6d93ccf 100644 --- a/object_iterator.go +++ b/object_iterator.go @@ -70,6 +70,8 @@ type ObjectIterator struct { //Options may contain additional query parameters for the GET request. Options *RequestOptions + //TODO: Delimter field (and check if other stuff is missing) + base *iteratorBase } -- cgit v1.2.3