C# Class Umbraco.Storage.S3.CachedBucketFileSystem

Inheritance: BucketFileSystem
Show file Open project: ElijahGlover/Umbraco-S3-Provider

Public Methods

Method Description
CachedBucketFileSystem ( string bucketName, string bucketHostName, string bucketKeyPrefix, string region, string cachePath, string timeToLive ) : System
FileExists ( string path ) : bool
OpenFile ( string path ) : Stream

Method Details

CachedBucketFileSystem() public method

public CachedBucketFileSystem ( string bucketName, string bucketHostName, string bucketKeyPrefix, string region, string cachePath, string timeToLive ) : System
bucketName string
bucketHostName string
bucketKeyPrefix string
region string
cachePath string
timeToLive string
return System

FileExists() public method

public FileExists ( string path ) : bool
path string
return bool

OpenFile() public method

public OpenFile ( string path ) : Stream
path string
return Stream