C# 클래스 S3Emulator.Server.Modules.S3ObjectModule

상속: Nancy.NancyModule
파일 보기 프로젝트 열기: yadazula/S3Emulator

공개 메소드들

메소드 설명
S3ObjectModule ( S3Emulator.Config.S3Configuration configuration, IS3Storage storage, IS3Responder responder ) : System

비공개 메소드들

메소드 설명
AddObject ( string bucket, string key, Stream stream ) : Response
CheckDelete ( string bucket ) : Response
DeleteObject ( string bucket, string key ) : Response
GetObject ( string bucket, string key ) : Response

메소드 상세

S3ObjectModule() 공개 메소드

public S3ObjectModule ( S3Emulator.Config.S3Configuration configuration, IS3Storage storage, IS3Responder responder ) : System
configuration S3Emulator.Config.S3Configuration
storage IS3Storage
responder IS3Responder
리턴 System