Client.static constructor
Implementation
Client.static(String accessKey, String accessSecret, String region) {
this._auth = Auth(accessKey, accessSecret, null);
this.endpoint = "oss-${region}.aliyuncs.com";
this.stsRequestUrl = '';
this.tokenGetter = (url) async => '';
}