Copy these 4 lines into the HTML file where you want the listing to show up: <div id="navigation"></div> <div id="listing"></div> <!-- the JS variables for the listing --> <script type="text/javascript"> // var S3BL_IGNORE_PATH = true; // var BUCKET_NAME = 'BUCKET'; // var BUCKET_URL = 'https://BUCKET.s3.REGION.amazonaws.com'; // var S3B_ROOT_DIR = 'SUBDIR_L1/SUBDIR_L2/'; // var S3B_SORT = 'DEFAUL

