C# 클래스 AWSSDK_DotNet.IntegrationTests.Tests.S3.S3TestUtils

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CreateBucket() 공개 정적인 메소드

public static CreateBucket ( IAmazonS3 s3Client ) : string
s3Client IAmazonS3
리턴 string

CreateBucketWithWait() 공개 정적인 메소드

public static CreateBucketWithWait ( IAmazonS3 s3Client ) : string
s3Client IAmazonS3
리턴 string

WaitForBucket() 공개 정적인 메소드

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

WaitForObject() 공개 정적인 메소드

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