Versions in this module Expand all Collapse all v0 v0.0.1 May 3, 2023 Changes in this version + func UploadFile(domain, file string, buckername string, accessKey, secretKey string, ...) (publicAccessURL, key, hash string, err error) + func UploadFileByte(domain, fileName, buckername, accessKey, secretKey string, data []byte, ...) (pubURL, key, hash string, err error) + func UploadFileByteV2(domain, fileName, buckername, accessKey, secretKey string, data []byte, ...) (pubURL, key, hash string, err error) + func UploadFileUrl(domain, fileUrl string, buckername string, accessKey, secretKey string, ...) (publicAccessURL, key, hash string, err error) + func UploadFileUrlEx(domain, fileUrl string, buckername string, accessKey, secretKey string, ...) (publicAccessURL, key, hash string, err error) + func UploadFileV2(domain, file string, buckername string, accessKey, secretKey string, ...) (publicAccessURL, key, hash string, err error)