Code for AWSVars_sample.php

<?php
/* 
 * filename: AWSVars.php 
 */

// AWS_ACCESS_KEY_ID: Your Key ID (given  to you)
$gKey = '<fill this in>';

// AWS_SECRET_ACCESS_KEY
$gSecret =  '<fill this in>';

?>