Documentation ¶
Index ¶
- func CopyObject(bucket, bucketTarget, key string) error
- func GetObject(bucket, fileName string) ([]byte, error)
- func ListBucketObject(bucket string) ([]string, error)
- func ObjectExists(bucket, key string) (bool, error)
- func PutObject(bucket, filename string, data []byte) error
- func PutObjectStream(bucket, filename string, stream io.ReadCloser, ...) error
- func SyncBucket(bucket string, bucketsTarget []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyObject ¶ added in v0.0.36
func ListBucketObject ¶ added in v0.0.35
func ObjectExists ¶ added in v0.0.36
func PutObjectStream ¶ added in v0.0.39
func PutObjectStream(bucket, filename string, stream io.ReadCloser, contentType, encoding, md5 *string) error
func SyncBucket ¶ added in v0.0.37
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.