Amazon Glacier Sample

This is a sample that demonstrates how to use the Amazon Glacier using the high level API provided by ArchiveTransferManager.

Prerequisites

Running the Sample

The basic steps for running the Amazon Glacier sample are:

  1. Open the AmazonGlacierSample.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. Set proper values for the variables vaultName, filePath and downloadFilePath. (Please note that download of an archive can take hours to complete.)
  6. Run the sample in Debug mode by typing F5.