S3Manager.

S3Manager(IFileSystem, ICakeEnvironment, ICakeLog) Constructor

Summary

Initializes a new instance of the S3Manager class.
Assembly
Cake.AWS.S3.dll
Namespace
Cake.AWS.S3
Containing Type
S3Manager

Syntax

public S3Manager(IFileSystem fileSystem, ICakeEnvironment environment, ICakeLog log)

Parameters

Name Type Description
fileSystem IFileSystem The file System.
environment ICakeEnvironment The environment.
log ICakeLog The log.

Return Value

Type Description
void