Documentation
¶
Index ¶
- Constants
- func CheckQrsync(dirCacheResultFile string, listBucketResultFile string, ignoreLocalDir bool, ...)
- func Fetch(mac *digest.Mac, remoteResUrl, bucket, key string) (err error)
- func Prefetch(mac *digest.Mac, bucket, key string) (err error)
- func QiniuUpload(putThreshold int64, uploadConfigFile string)
- type Account
- type AliListBucket
- type DirCache
- type FopResult
- type FopRet
- type ListBucket
- type RSFop
- type UploadConfig
Constants ¶
View Source
const (
PUT_THRESHOLD int64 = 2 << 30
)
Variables ¶
This section is empty.
Functions ¶
func CheckQrsync ¶
func QiniuUpload ¶
Types ¶
type AliListBucket ¶
type AliListBucket struct {
DataCenter string
AccessKeyId string
AccessKeySecret string
Bucket string
Prefix string
}
func (*AliListBucket) ListBucket ¶
func (this *AliListBucket) ListBucket(listResultFile string) (err error)
type FopRet ¶
type ListBucket ¶
type ListBucket struct {
Account
}
Click to show internal directories.
Click to hide internal directories.