Gets or sets the storage class for a file.
Namespace:
Aurigma.ImageUploaderFlash.AmazonS3
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public string StorageClass { get; set; }
Type: System..String
Use the same values as Amazon expects for x-amz-storage-class
field, i.e. REDUCED_REDUNDANCY
, STANDARD_IA
or STANDARD
. If empty string specified, no x-amz-storage-class
field is sent (i.e. the standard storage class is used).
Default value is "".
If you use this property, don't forget to allow the x-amz-storage-class
field in the policy file.