Versions in this module Expand all Collapse all v0 v0.3.2 Nov 9, 2018 Changes in this version + var HTTP_CREATED = 201 + var HTTP_OK = 200 + var MaxTimeForSingleHttpRequest = 50 * time.Minute + func ListObjs(loca *LocationInfo) ([]azblob.BlobItem, error) + type BlobMover struct + func (mover *BlobMover) AbortMultipartUpload(objKey string, destLoca *LocationInfo) error + func (mover *BlobMover) Base64ToInt64(base64ID string) int64 + func (mover *BlobMover) BinaryToBase64(binaryID []byte) string + func (mover *BlobMover) CompleteMultipartUpload(objKey string, destLoca *LocationInfo) error + func (mover *BlobMover) DeleteObj(objKey string, loca *LocationInfo) error + func (mover *BlobMover) DownloadObj(objKey string, srcLoca *LocationInfo, buf []byte) (size int64, err error) + func (mover *BlobMover) DownloadRange(objKey string, srcLoca *LocationInfo, buf []byte, start int64, end int64) (size int64, err error) + func (mover *BlobMover) Init(endpoint *string, acountName *string, accountKey *string) error + func (mover *BlobMover) Int64ToBase64(blockID int64) string + func (mover *BlobMover) MultiPartDownloadInit(srcLoca *LocationInfo) error + func (mover *BlobMover) MultiPartUploadInit(objKey string, destLoca *LocationInfo) error + func (mover *BlobMover) UploadObj(objKey string, destLoca *LocationInfo, buf []byte) error + func (mover *BlobMover) UploadPart(objKey string, destLoca *LocationInfo, upBytes int64, buf []byte, ...) error