Create a client for the Amazon S3 Service with AWSCredentials and an AmazonS3 Configuration object.

C# |
public static AmazonS3 CreateAmazonS3Client( AWSCredentials credentials, AmazonS3Config config )

- credentials (AWSCredentials)
- AWS Credentials
- config (AmazonS3Config)
- Configuration options for the service like HTTP Proxy, # of connections, etc

An Amazon S3 client
