C# Class SquishIt.S3.CheckForFileExistence

Inheritance: ICheckForFileExistence
Mostra file Open project: AlexCuse/SquishIt.S3

Public Methods

Method Description
CheckForFileExistence ( IAmazonS3 s3client ) : Amazon.S3
Exists ( string bucket, string key ) : bool

Method Details

CheckForFileExistence() public method

public CheckForFileExistence ( IAmazonS3 s3client ) : Amazon.S3
s3client IAmazonS3
return Amazon.S3

Exists() public method

public Exists ( string bucket, string key ) : bool
bucket string
key string
return bool