AWS SDK for .NET Documentation
GetFiles Method (searchPattern)
AmazonAmazon.S3.IOS3DirectoryInfoGetFiles(String) Did this page help you?   Yes   No    Tell us about it...
Returns an array of S3FileInfos for the files in this directory.
Declaration Syntax
C#
public S3FileInfo[] GetFiles(
	string searchPattern
)
Parameters
searchPattern (String)
The search string. The default pattern is "*", which returns all files.
Return Value
An array of files that matches searchPattern.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)