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
 
Initialize a new instance of the S3FileInfo class for the specified S3 bucket and S3 object key.

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

Syntax

C#
public S3FileInfo(
         IAmazonS3 s3Client,
         String bucket,
         String key
)

Parameters

s3Client
Type: Amazon.S3.IAmazonS3

S3 client which is used to access the S3 resources.

bucket
Type: System.String

Name of the S3 bucket.

key
Type: System.String

The S3 object key.

Exceptions

ExceptionCondition
System.ArgumentNullException

Version Information

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