Property | Type | Description | |
---|---|---|---|
ContentForUpload | Stream | ||
FileExists | bool | ||
S3Renderer | System | ||
UploadContent | void | ||
WithCheckForFileExistence | |||
WithCompressor |
Method | Description | |
---|---|---|
Create ( IAmazonS3 s3client ) : |
||
Dispose ( ) : void | ||
Render ( string content, string outputPath ) : void | ||
WithBucketName ( string bucketName ) : |
||
WithCannedAcl ( |
||
WithDefaultKeyBuilder ( string physicalApplicationPath, string virtualDirectory ) : |
||
WithGZipCompressionEnabled ( ) : |
||
WithHeaders ( |
||
WithInvalidator ( IInvalidator instance ) : |
||
WithKeyBuilder ( IKeyBuilder builder ) : |
||
WithOverwriteBehavior ( bool overwrite ) : |
Method | Description | |
---|---|---|
ContentForUpload ( string content ) : Stream | ||
FileExists ( string key ) : bool | ||
S3Renderer ( IAmazonS3 s3client ) : System | ||
UploadContent ( string key, Stream content ) : void | ||
WithCheckForFileExistence ( ICheckForFileExistence checkForFileExistence ) : |
||
WithCompressor ( ICompressor textCompressor ) : |
public static Create ( IAmazonS3 s3client ) : |
||
s3client | IAmazonS3 | |
return |
public Render ( string content, string outputPath ) : void | ||
content | string | |
outputPath | string | |
return | void |
public WithBucketName ( string bucketName ) : |
||
bucketName | string | |
return |
public WithCannedAcl ( |
||
acl | ||
return |
public WithDefaultKeyBuilder ( string physicalApplicationPath, string virtualDirectory ) : |
||
physicalApplicationPath | string | |
virtualDirectory | string | |
return |
public WithGZipCompressionEnabled ( ) : |
||
return |
public WithHeaders ( |
||
headers | ||
return |
public WithInvalidator ( IInvalidator instance ) : |
||
instance | IInvalidator | |
return |
public WithKeyBuilder ( IKeyBuilder builder ) : |
||
builder | IKeyBuilder | |
return |
public WithOverwriteBehavior ( bool overwrite ) : |
||
overwrite | bool | |
return |