Versions in this module Expand all Collapse all v0 v0.3.2 Nov 9, 2018 Changes in this version + type LocationInfo struct + Access string + BakendName string + BucketName string + EndPoint string + Region string + Security string + StorType string + VirBucket string + type MoveWorker interface + AbortMultipartUpload func(objKey string, destLoca *LocationInfo) error + CompleteMultipartUpload func(objKey string, destLoca *LocationInfo) error + DeleteObj func(objKey string, loca *LocationInfo) error + DownloadObj func(objKey string, srcLoca *LocationInfo, buf []byte) (size int64, err error) + DownloadRange func(objKey string, srcLoca *LocationInfo, buf []byte, start int64, end int64) (size int64, err error) + MultiPartDownloadInit func(srcLoca *LocationInfo) error + MultiPartUploadInit func(objKey string, destLoca *LocationInfo) error + UploadObj func(objKey string, destLoca *LocationInfo, buf []byte) error + UploadPart func(objKey string, destLoca *LocationInfo, upBytes int64, buf []byte, ...) error