AWS SDK for .NET Documentation
AmazonS3Client Constructor (awsAccessKeyId, awsSecretAccessKey, config)
AmazonAmazon.S3AmazonS3ClientAmazonS3Client(String, String, AmazonS3Config) Did this page help you?   Yes   No    Tell us about it...
Constructs AmazonS3Client with AWS Access Key ID, AWS Secret Key and an AmazonS3 Configuration object. If the config object's UseSecureStringForAwsSecretKey is false, the AWS Secret Key is stored as a clear-text string. Please use this option only if the application environment doesn't allow the use of SecureStrings.
Declaration Syntax
C#
public AmazonS3Client(
	string awsAccessKeyId,
	string awsSecretAccessKey,
	AmazonS3Config config
)
Parameters
awsAccessKeyId (String)
AWS Access Key ID
awsSecretAccessKey (String)
AWS Secret Access Key
config (AmazonS3Config)
The S3 Configuration Object

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