C# 클래스 Umbraco.Storage.S3.CachedBucketFileSystem

상속: BucketFileSystem
파일 보기 프로젝트 열기: ElijahGlover/Umbraco-S3-Provider

공개 메소드들

메소드 설명
CachedBucketFileSystem ( string bucketName, string bucketHostName, string bucketKeyPrefix, string region, string cachePath, string timeToLive ) : System
FileExists ( string path ) : bool
OpenFile ( string path ) : Stream

메소드 상세

CachedBucketFileSystem() 공개 메소드

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
리턴 System

FileExists() 공개 메소드

public FileExists ( string path ) : bool
path string
리턴 bool

OpenFile() 공개 메소드

public OpenFile ( string path ) : Stream
path string
리턴 Stream