예제 #1
0
 public IDownload CreateDownload(string bucket, string objectKey)
 {
     return(_transfer.CreateDownload(bucket, objectKey));
 }