C# 클래스 SquishIt.S3.CheckForFileExistence

상속: ICheckForFileExistence
파일 보기 프로젝트 열기: AlexCuse/SquishIt.S3

공개 메소드들

메소드 설명
CheckForFileExistence ( IAmazonS3 s3client ) : Amazon.S3
Exists ( string bucket, string key ) : bool

메소드 상세

CheckForFileExistence() 공개 메소드

public CheckForFileExistence ( IAmazonS3 s3client ) : Amazon.S3
s3client IAmazonS3
리턴 Amazon.S3

Exists() 공개 메소드

public Exists ( string bucket, string key ) : bool
bucket string
key string
리턴 bool