AWS SDK for .NET Documentation
SetObjectStorageClass Method (bucketName, key, sClass, s3Client)
AmazonAmazon.S3.UtilAmazonS3UtilSetObjectStorageClass(String, String, S3StorageClass, AmazonS3) Did this page help you?   Yes   No    Tell us about it...
Sets the storage class for the S3 Object to the value specified.
Declaration Syntax
C#
public static void SetObjectStorageClass(
	string bucketName,
	string key,
	S3StorageClass sClass,
	AmazonS3 s3Client
)
Parameters
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.
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)