[🚀] region #5
@@ -56,12 +56,11 @@ type PutRet struct {
 | 
			
		||||
	User   string `json:"user"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func New(accessKey, secretKey, bucket, domain, securityKey string, region *storage.Region) QiNiu {
 | 
			
		||||
func New(accessKey, secretKey, bucket, domain, securityKey string) QiNiu {
 | 
			
		||||
	mac := qbox.NewMac(accessKey, secretKey)
 | 
			
		||||
	conf := &storage.Config{
 | 
			
		||||
		Region:        region, //空间所在的存储区域
 | 
			
		||||
		UseHTTPS:      true,   //是否使用https域名
 | 
			
		||||
		UseCdnDomains: false,  //上传是否使用CDN上传加速
 | 
			
		||||
		UseHTTPS:      true,  //是否使用https域名
 | 
			
		||||
		UseCdnDomains: false, //上传是否使用CDN上传加速
 | 
			
		||||
	}
 | 
			
		||||
	return &qiNiu{
 | 
			
		||||
		mac:            mac,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user