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 ¶
Types ¶
type Account ¶
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 DirCache ¶
type DirCache struct {
}
type FopResult ¶
type FopRet ¶
type ListBucket ¶
type ListBucket struct {
Account
}
func (*ListBucket) List ¶
func (this *ListBucket) List(bucket string, prefix string, listResultFile string)
Source Files
¶
- account.go
- alioss_list_bucket.go
- dir_cache.go
- list_bucket.go
- qrsync.go
- qupload.go
- rs_fetch.go
- rs_fop.go
Click to show internal directories.
Click to hide internal directories.