This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AWS.S3.
Summary
Specifies the Storage Class of of an S3 object. Possible values are: ReducedRedundancy:
provides a 99.99% durability guarantee Standard: provides a 99.999999999% durability guarantee
- Assembly
- Cake
.AWS .S3 .dll - Namespace
- Cake
.AWS .S3 - Containing Type
- Upload
Settings Extensions
Syntax
public static UploadSettings SetStorageClass(this UploadSettings settings, string storageClass)
Parameters
Name | Type | Description |
---|---|---|
settings | UploadSettings | The upload settings. |
storageClass | string | The storage class. |
Return Value
Type | Description |
---|---|
UploadSettings | The same UploadSettings instance so that multiple calls can be chained. |