public DefaultAliyunClient(string serverUrl, string accessKeyId, string accessKeySecret)
 {
     this.accessKeyId     = accessKeyId;
     this.accessKeySecret = accessKeySecret;
     this.serverUrl       = serverUrl;
     this.webUtils        = new AliyunWebUtils();
     this.topLogger       = DefaultTopLogger.GetDefault();
 }
Esempio n. 2
0
 public DefaultAliyunClient(string serverUrl, string accessKeyId, string accessKeySecret)
 {
     this.accessKeyId     = accessKeyId;
     this.accessKeySecret = accessKeySecret;
     this.serverUrl       = serverUrl;
     this.webUtils        = new AliyunWebUtils();
     this.topLogger       = Top.Api.Log.Instance;
 }