UploadSettingsExtensions.

SetStorageClass(UploadSettings, string) Method

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
UploadSettingsExtensions

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.