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

Running the Sample

The basic steps for running the Amazon S3 sample are:

  1. Open the S3FileSystem_Sample.sln file in Visual Studio.
  2. Open the App.config file.
  3. 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>"/>
  4. Save the file.
  5. Run the sample in Debug mode by typing F5.