C# 클래스 GitBin.Remotes.S3Remote

상속: IRemote
파일 보기 프로젝트 열기: hbons/git-bin

공개 메소드들

메소드 설명
DownloadFile ( string fullPath, string key ) : void
ListFiles ( ) : GitBinFileInfo[]
S3Remote ( IConfigurationProvider configurationProvider ) : System
UploadFile ( string fullPath, string key ) : void

비공개 메소드들

메소드 설명
GetClient ( ) : AmazonS3
GetMessageFromException ( AmazonS3Exception e ) : string
ReportProgress ( Amazon.S3.Model.TransferProgressArgs args ) : void

메소드 상세

DownloadFile() 공개 메소드

public DownloadFile ( string fullPath, string key ) : void
fullPath string
key string
리턴 void

ListFiles() 공개 메소드

public ListFiles ( ) : GitBinFileInfo[]
리턴 GitBinFileInfo[]

S3Remote() 공개 메소드

public S3Remote ( IConfigurationProvider configurationProvider ) : System
configurationProvider IConfigurationProvider
리턴 System

UploadFile() 공개 메소드

public UploadFile ( string fullPath, string key ) : void
fullPath string
key string
리턴 void