C# 클래스 SimpleAWS.S3Client

파일 보기 프로젝트 열기: KabbageInc/SimpleAWS

Private Properties

프로퍼티 타입 설명
CreateRequest System.Net.HttpWebRequest
DoDownloadFile SimpleAWS.Models.S3.S3Response
DoListBucket SimpleAWS.Models.S3.ListBucketResult
DoUploadFile void

공개 메소드들

메소드 설명
DownloadFile ( string bucket, string key ) : S3Response
ListBucket ( ListBucketRequest request ) : ListBucketResult
S3Client ( string accessKey, string secretKey, int retryCount ) : System
UploadFile ( string bucket, string key, string body ) : void

비공개 메소드들

메소드 설명
CreateRequest ( string method, string contentType, string bucket, string key, string parameters ) : HttpWebRequest
DoDownloadFile ( string bucket, string key ) : S3Response
DoListBucket ( ListBucketRequest request ) : ListBucketResult
DoUploadFile ( string bucket, string key, string body ) : void

메소드 상세

DownloadFile() 공개 메소드

public DownloadFile ( string bucket, string key ) : S3Response
bucket string
key string
리턴 SimpleAWS.Models.S3.S3Response

ListBucket() 공개 메소드

public ListBucket ( ListBucketRequest request ) : ListBucketResult
request SimpleAWS.Models.S3.ListBucketRequest
리턴 SimpleAWS.Models.S3.ListBucketResult

S3Client() 공개 메소드

public S3Client ( string accessKey, string secretKey, int retryCount ) : System
accessKey string
secretKey string
retryCount int
리턴 System

UploadFile() 공개 메소드

public UploadFile ( string bucket, string key, string body ) : void
bucket string
key string
body string
리턴 void