Versions in this module Expand all Collapse all v0 v0.1.1 Oct 1, 2022 Changes in this version + func DeleteObject(uri string) error + func GetObject(uri string) ([]byte, error) + func IsObjectExist(uri string) (bool, error) + func PutObject(uri string, content []byte) error + func PutObjectByReader(uri string, reader io.Reader) error + func Remove(uri string) error + func RemoveSubDir(dir string) error + type Instance struct + AccessKeyId string + AccessKeySecret string + BucketName string + Domain string + Endpoint string + func (i *Instance) GetName() string + func (i *Instance) Load() error