Sets the storage class for the S3 Object to the value
specified.

C# |
public static void SetObjectStorageClass( string bucketName, string key, S3StorageClass sClass, AmazonS3 s3Client )

- bucketName (String)
- The name of the bucket in which the key is stored
- key (String)
- The key of 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.
