Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultPartSize = 5 * libhlp.SizeMegaBytes
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) ([]*sdktps.Object, string, int64, errors.Error)
Head(object string) (*sdksss.HeadObjectOutput, errors.Error)
Get(object string) (*sdksss.GetObjectOutput, 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) errors.Error
}
Click to show internal directories.
Click to hide internal directories.