C# Class AWSSDK_DotNet.IntegrationTests.Tests.S3.S3TestUtils

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
CreateBucket ( IAmazonS3 s3Client ) : string
CreateBucketWithWait ( IAmazonS3 s3Client ) : string
WaitForBucket ( IAmazonS3 client, string bucketName, int maxSeconds ) : void
WaitForObject ( IAmazonS3 client, string bucketName, string key, int maxSeconds ) : void

Method Details

CreateBucket() public static method

public static CreateBucket ( IAmazonS3 s3Client ) : string
s3Client IAmazonS3
return string

CreateBucketWithWait() public static method

public static CreateBucketWithWait ( IAmazonS3 s3Client ) : string
s3Client IAmazonS3
return string

WaitForBucket() public static method

public static WaitForBucket ( IAmazonS3 client, string bucketName, int maxSeconds ) : void
client IAmazonS3
bucketName string
maxSeconds int
return void

WaitForObject() public static method

public static WaitForObject ( IAmazonS3 client, string bucketName, string key, int maxSeconds ) : void
client IAmazonS3
bucketName string
key string
maxSeconds int
return void