Documentation ¶
Index ¶
- func Delete(obj *object.FileObject) *response.Response
- func Get(obj *object.FileObject) *response.Response
- func Head(obj *object.FileObject) *response.Response
- func List(obj *object.FileObject, maxKeys int, delimeter string, prefix string, ...) *response.Response
- func Set(obj *object.FileObject, metaHeaders http.Header, contentLen int64, ...) *response.Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Delete ¶ added in v0.4.1
func Delete(obj *object.FileObject) *response.Response
Delete remove object from given storage
func Get ¶
func Get(obj *object.FileObject) *response.Response
Get retrieve obj from given storage and returns its wrapped in response
func Head ¶
func Head(obj *object.FileObject) *response.Response
Head retrieve obj from given storage and returns its wrapped in response (but only headers, content of object is omitted)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.