C# Class S3Emulator.Server.Modules.S3ObjectModule

Inheritance: Nancy.NancyModule
Show file Open project: yadazula/S3Emulator

Public Methods

Method Description
S3ObjectModule ( S3Emulator.Config.S3Configuration configuration, IS3Storage storage, IS3Responder responder ) : System

Private Methods

Method Description
AddObject ( string bucket, string key, Stream stream ) : Response
CheckDelete ( string bucket ) : Response
DeleteObject ( string bucket, string key ) : Response
GetObject ( string bucket, string key ) : Response

Method Details

S3ObjectModule() public method

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