Amazon S3 File IO API Sample
This is a sample that demonstrates how to use the Amazon S3 File IO API found in the Amazon.S3.IO namespace.
Prerequisites
- You must have a valid Amazon Web Services developer account.
- Requires the AWS SDK for .NET. For more information on the AWS SDK for .NET, see http://aws.amazon.com/sdkfornet.
- You must be signed up to use Amazon S3. For more information on Amazon S3, see http://aws.amazon.com/s3.
Running the Sample
The basic steps for running the Amazon S3 sample are:
- Open the
S3FileSystem_Sample.sln file in Visual Studio.
- Open the
App.config file.
- Enter your Access Key ID and Secret Access Key:
<add key="AWSAccessKey" value="<Your Access Key ID>"/>
<add key="AWSSecretKey" value="<Your Secret Access Key>"/>
- Save the file.
- Run the sample in Debug mode by typing F5.