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 3.5
 
Replaces the destination file with the content of this file and then deletes the orignial file. If a backupDir is specifed then the content of destination file is backup to it.

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

Syntax

C#
public S3FileInfo Replace(
         S3DirectoryInfo destDir,
         S3DirectoryInfo backupDir
)

Parameters

destDir
Type: Amazon.S3.IO.S3DirectoryInfo

Where the contents of this file will be copy to.

backupDir
Type: Amazon.S3.IO.S3DirectoryInfo

If specified the destFile is backup to it.

Return Value
Type: Amazon.S3.IO.S3FileInfo
S3FileInfo of the destination file.

Exceptions

Version Information

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