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.

Initialize a new instance of the S3DirectoryInfo class for the specified S3 bucket.

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

Syntax

C#
public S3DirectoryInfo(
         IAmazonS3 s3Client,
         String bucket
)

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.

Exceptions

ExceptionCondition
System.ArgumentNullException

Version Information

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