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.
Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.dll
Version: (assembly version)
public IAsyncResult BeginDownloadDirectory(
String bucketName,
String s3Directory,
String localDirectory,
AsyncCallback callback,
Object state
)
The name of the bucket containing the Amazon S3 objects to download.
The directory in Amazon S3 to download.
The local directory to download the objects to.
An AsyncCallback delegate that is invoked when the operation completes.
A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback procedure using the AsyncState property.
Exception | Condition |
---|---|
System.ArgumentNullException | |
System.Net.WebException | |
AmazonS3Exception |
.NET Framework:
Supported in: 4.5, 4.0, 3.5