Documentation
¶
Index ¶
- func ALiOSSCopyFile(ossUrl, accessKey, secretKey, bucket string, source, target string) (*oss.CopyObjectResult, error)
- func ALiOSSDeleteFile(ossUrl, accessKey, secretKey, bucket string, file string) error
- func ALiOSSFileExist(ossUrl, accessKey, secretKey, bucket string, file string) (bool, error)
- func ALiOSSFileList(ossUrl, accessKey, secretKey, bucket string, keyWorld string) ([]string, error)
- func ALiOSSMultiLandDeleteFile(ossUrl, accessKey, secretKey, bucket string, files []string) error
- func ALiOssGetFile(ossUrl, accessKey, secretKey, bucket string, file string) ([]byte, error)
- func ALiOssUpLoadFile(ossUrl, accessKey, secretKey, bucket string, file string, body []byte) error
- func AwsS3CopyFile(accessKey, secretKey, bucket, regionID, path, source, target string) error
- func AwsS3CopyFileWaitObjectExists(accessKey, secretKey, bucket, regionID, path, source, target string) error
- func AwsS3DeleteFile(accessKey, secretKey, bucket, regionID, path, file string) error
- func AwsS3DeleteFileWaitObjectNotExist(accessKey, secretKey, bucket, regionID, path, file string) error
- func AwsS3FileExist(accessKey, secretKey, bucket, regionID, path, file string) bool
- func AwsS3FileList(accessKey, secretKey, bucket, regionID, path, keyword string) ([]string, error)
- func AwsS3GetFile(accessKey, secretKey, bucket, regionID, path, file string) ([]byte, error)
- func AwsS3MultiLandDeleteFile(accessKey, secretKey, bucket, regionID, path string, files []string) error
- func AwsS3UploadFile(accessKey, secretKey, bucket, regionID, path, file string, body []byte) error
- func IpfsAddFile(ipfsUrl string, body []byte) (fileHash string, err error)
- func IpfsCatFile(ipfsUrl string, fileHash string) ([]byte, error)
- func QiNiuGetFile(qiniuUrl string, file string) (bs []byte, err error)
- func QiNiuOverWriteToken(accessKey, secretKey, bucket, overWriteFile string) string
- func QiNiuReplaceUploadFile(accessKey, secretKey, bucket string, file string, data []byte) (url string, err error)
- func QiNiuToken(accessKey, secretKey, bucket string) string
- func QiNiuUploadFile(accessKey, secretKey, bucket string, file string, data []byte) (url string, err error)
- type QiniuPutRet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ALiOSSCopyFile ¶
func ALiOSSCopyFile(ossUrl, accessKey, secretKey, bucket string, source, target string) (*oss.CopyObjectResult, error)
func ALiOSSDeleteFile ¶
func ALiOSSFileExist ¶
func ALiOSSFileList ¶
func ALiOssGetFile ¶
func ALiOssUpLoadFile ¶
func AwsS3CopyFile ¶
func AwsS3DeleteFile ¶
func AwsS3FileExist ¶
func AwsS3FileList ¶
func AwsS3GetFile ¶
func AwsS3UploadFile ¶
upload file to aws s3
func QiNiuOverWriteToken ¶
func QiNiuReplaceUploadFile ¶
func QiNiuToken ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.