Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object interface { Find(pattern string) ([]string, errors.Error) Size(object string) (size int64, err errors.Error) List(continuationToken string) ([]s3.Object, string, int64, errors.Error) Head(object string) (head map[string]interface{}, meta map[string]string, err errors.Error) Get(object string) (io.ReadCloser, []io.Closer, errors.Error) Put(object string, body *bytes.Reader) errors.Error Delete(object string) errors.Error MultipartPut(object string, body io.Reader) errors.Error MultipartPutCustom(partSize helper.PartSize, object string, body io.Reader, concurrent int) errors.Error }
Click to show internal directories.
Click to hide internal directories.