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

 Declaration Syntax
public enum S3StorageClass

 Members
| Member | Description | 
|---|
| Standard | The STANDARD storage class, which is the default
            storage class for S3 objects. Provides a 99.999999999%
            durability guarantee. 
 | 
| ReducedRedundancy | The REDUCED_REDUNDANCY storage class for S3 objects. This
            provides a reduced (99.99%) durability guarantee at a lower
            cost as compared to the STANDARD storage class. Use this
            storage class for non-mission critical data or for data 
            that doesn’t require the higher level of durability that S3
            provides with the STANDARD storage class. 
 | 
| Glacier | The GLACIER storage is for object that are stored in Amazon Glacier.
            This storage class is for objects that are for archival purpose and 
            get operations are rare. 
 | 
Assembly: 
AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)