AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Sets the storage class for the S3 Object's Version to the value specified.

Namespace: Amazon.S3.Util
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public void SetObjectStorageClass(
         IAmazonS3 s3Client,
         String bucketName,
         String key,
         String version,
         S3StorageClass sClass
)

Parameters

s3Client
Type: Amazon.S3.IAmazonS3

The Amazon S3 Client to use for S3 specific operations.

bucketName
Type: System.String

The name of the bucket in which the key is stored

key
Type: System.String

The key of the S3 Object whose storage class needs changing

version
Type: System.String

The version of the S3 Object whose storage class needs changing

sClass
Type: Amazon.S3.S3StorageClass

The new Storage Class for the object

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also