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

Namespace: Amazon
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static AmazonS3 CreateAmazonS3Client(
	string awsAccessKey,
	string awsSecretAccessKey,
	AmazonS3Config config
)
Public Shared Function CreateAmazonS3Client ( _
	awsAccessKey As String, _
	awsSecretAccessKey As String, _
	config As AmazonS3Config _
) As AmazonS3
public:
static AmazonS3^ CreateAmazonS3Client(
	String^ awsAccessKey, 
	String^ awsSecretAccessKey, 
	AmazonS3Config^ config
)

Parameters

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

Return Value

An Amazon S3 client

Remarks

See Also