AWS SDK Version 2 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.

.NET Framework 4.5
 
Restores an archived copy of an object back into Amazon S3

Namespace: Amazon.S3
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public abstract RestoreObjectResponse RestoreObject(
         String bucketName,
         String key,
         String versionId
)

Parameters

bucketName
Type: System.String

A property of RestoreObjectRequest used to execute the RestoreObject service method.

key
Type: System.String

A property of RestoreObjectRequest used to execute the RestoreObject service method.

versionId
Type: System.String

A property of RestoreObjectRequest used to execute the RestoreObject service method.

Return Value
Type: Amazon.S3.Model.RestoreObjectResponse
The response from the RestoreObject service method, as returned by S3.

Version Information

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