Documentation ¶
Index ¶
- Variables
- func AllBuckets()
- func BucketList(bucketName string)
- func Count(bucket string) (int, error)
- func DeleteBucket(processor int, bucket string) error
- func DeleteObject(bucket, key string) error
- func DownloadBucket(processor int, bucket, imageDir string) error
- func DownloadObject(sess *session.Session, filename, key, bucket *string) error
- func ExistBucket(bucket string) (bool, error)
- func Init()
- type DeleteInfo
- type DownloadInfo
- type Empty
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrDataNotFound = errors.New("data not found")
)
Functions ¶
func AllBuckets ¶
func AllBuckets()
func BucketList ¶
func BucketList(bucketName string)
func DeleteBucket ¶
func DeleteObject ¶
func DownloadBucket ¶
func DownloadObject ¶
func ExistBucket ¶
Types ¶
type DeleteInfo ¶
type DownloadInfo ¶
type DownloadInfo struct { DeleteInfo LocalPrefix string }
Click to show internal directories.
Click to hide internal directories.