DeleteBucketWithObjects() public static method

public static DeleteBucketWithObjects ( IAmazonS3 s3Client, string bucketName ) : void
s3Client IAmazonS3
bucketName string
return void
Ejemplo n.º 1
0
 public void ClassCleanup()
 {
     S3TestUtils.DeleteBucketWithObjects(Client, bucketName);
 }