Esempio n. 1
0
 public IUpload CreateUpload(string bucket, string objectKey)
 {
     return(_transfer.CreateUpload(bucket, objectKey));
 }