C# Class S3Emulator.Server.Modules.S3ObjectModule

Inheritance: Nancy.NancyModule
Afficher le fichier Open project: yadazula/S3Emulator

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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