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

Encapsulate common things necessary for all bucket region tests. Tests require a bucket where the DNS has propagated and S3 has stopped issuing 301 for the bucket. This is done by ensuring the bucket is well over 4 hours old. Tests must check the TestBucketIsReady property before running.
상속: IDisposable
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
BucketRegionTestRunner ( bool useSigV4, bool useSigV4SetExplicitly = false ) : Amazon
Dispose ( ) : void

비공개 메소드들

메소드 설명
CreateAndCheckTestBucket ( ) : void
GetAWSConfigsS3InternalProperty ( ) : bool
GetUseSigV4SetExplicitlyProperty ( ) : PropertyInfo
SetAWSConfigsS3InternalProperty ( bool value ) : void

메소드 상세

BucketRegionTestRunner() 공개 메소드

public BucketRegionTestRunner ( bool useSigV4, bool useSigV4SetExplicitly = false ) : Amazon
useSigV4 bool
useSigV4SetExplicitly bool
리턴 Amazon

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void