예제 #1
0
 protected virtual Task EnsureBucketExistsAsync()
 {
     return(S3Client.EnsureBucketExistsAsync(BucketName));
 }