C# 클래스 AWSSDK.IntegrationTests.S3.S3TestUtils

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

공개 프로퍼티들

프로퍼티 타입 설명
TestContent string

공개 메소드들

메소드 설명
CleanBucket ( AmazonS3Client client, string bucketName ) : void
CreateBucket ( IAmazonS3 s3Client ) : string
DeleteBucketWithObjects ( IAmazonS3 s3Client, string bucketName ) : void
DeleteObjectHelper ( AmazonS3Client client, string bucketName, string key, string versionId = null ) : void
GetACLHelper ( AmazonS3Client client, string bucketName, string key ) : Amazon.S3.Model.GetACLResponse
GetFileHelper ( string fileName ) : string
GetObjectHelper ( AmazonS3Client client, string bucketName, string key ) : GetObjectResponse
ListObjectsHelper ( AmazonS3Client client, string bucketName ) : List
ListVersionsHelper ( AmazonS3Client client, string bucketName ) : List
PostObjectHelper ( AmazonS3Client client, string bucketName, string key, PostObjectRequestManipulator manipulator = null ) : PostObjectResponse

메소드 상세

CleanBucket() 공개 정적인 메소드

public static CleanBucket ( AmazonS3Client client, string bucketName ) : void
client Amazon.S3.AmazonS3Client
bucketName string
리턴 void

CreateBucket() 공개 정적인 메소드

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

DeleteBucketWithObjects() 공개 정적인 메소드

public static DeleteBucketWithObjects ( IAmazonS3 s3Client, string bucketName ) : void
s3Client IAmazonS3
bucketName string
리턴 void

DeleteObjectHelper() 공개 정적인 메소드

public static DeleteObjectHelper ( AmazonS3Client client, string bucketName, string key, string versionId = null ) : void
client Amazon.S3.AmazonS3Client
bucketName string
key string
versionId string
리턴 void

GetACLHelper() 공개 정적인 메소드

public static GetACLHelper ( AmazonS3Client client, string bucketName, string key ) : Amazon.S3.Model.GetACLResponse
client Amazon.S3.AmazonS3Client
bucketName string
key string
리턴 Amazon.S3.Model.GetACLResponse

GetFileHelper() 공개 정적인 메소드

public static GetFileHelper ( string fileName ) : string
fileName string
리턴 string

GetObjectHelper() 공개 정적인 메소드

public static GetObjectHelper ( AmazonS3Client client, string bucketName, string key ) : GetObjectResponse
client Amazon.S3.AmazonS3Client
bucketName string
key string
리턴 Amazon.S3.Model.GetObjectResponse

ListObjectsHelper() 공개 정적인 메소드

public static ListObjectsHelper ( AmazonS3Client client, string bucketName ) : List
client Amazon.S3.AmazonS3Client
bucketName string
리턴 List

ListVersionsHelper() 공개 정적인 메소드

public static ListVersionsHelper ( AmazonS3Client client, string bucketName ) : List
client Amazon.S3.AmazonS3Client
bucketName string
리턴 List

PostObjectHelper() 공개 정적인 메소드

public static PostObjectHelper ( AmazonS3Client client, string bucketName, string key, PostObjectRequestManipulator manipulator = null ) : PostObjectResponse
client Amazon.S3.AmazonS3Client
bucketName string
key string
manipulator PostObjectRequestManipulator
리턴 Amazon.S3.Model.PostObjectResponse

프로퍼티 상세

TestContent 공개적으로 정적으로 프로퍼티

public static string TestContent
리턴 string