Create a client for the Amazon S3 Service with the specified configuration

C# |
public static AmazonS3 CreateAmazonS3Client( string awsAccessKey, string awsSecretAccessKey, string awsSessionToken, AmazonS3Config config )

- awsAccessKey (String)
- The AWS Access Key associated with the account
- awsSecretAccessKey (String)
- The AWS Secret Access Key associated with the account
- awsSessionToken (String)
- AWS Session Token
- config (AmazonS3Config)
- Configuration options for the service like HTTP Proxy, # of connections, etc

An Amazon S3 client
