Sets the storage class for the S3 Object to the value
            specified.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static void SetObjectStorageClass( S3Object s3Object, S3StorageClass sClass, AmazonS3 s3Client )
 Parameters
 Parameters- s3Object (S3Object)
- The S3 Object whose storage class needs changing
- sClass (S3StorageClass)
- The new Storage Class for the object
- s3Client (AmazonS3)
- The Amazon S3 Client to use for S3 specific operations.
 See Also
 See Also