Downloads the objects in Amazon S3 that have a key that starts with the value 
            	specified by s3Directory.
            

 Declaration Syntax
public void DownloadDirectory(
	string bucketName,
	string s3Directory,
	string localDirectory
)

 Parameters
- bucketName (String)
- 
            	The name of the bucket containing the Amazon S3 objects to download.
            
- s3Directory (String)
- 
            	The directory in Amazon S3 to download.
            
- localDirectory (String)
- 
            	The local directory to download the objects to.
            
Assembly: 
AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)