Documentation ¶
Index ¶
- func CopyObject(bucketSource, bucketTarget, keySource, keyTarget string) error
- func DeleteObject(bucket, key string) error
- func GetObject(bucket, fileName string) ([]byte, error)
- func IsDifferent(bucket_base, bucket_target, key_base, key_target string) (bool, error)
- func ListBucketObject(bucket string) ([]string, error)
- func ObjectExists(bucket, key string) bool
- 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 DeleteObject ¶ added in v0.0.48
func IsDifferent ¶ added in v0.0.55
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.