Skip to content

Instantly share code, notes, and snippets.

@vwxyzjn
Created March 15, 2019 20:32
Show Gist options
  • Save vwxyzjn/ffb1150af1838eb6eefefb4f6c2a7d8e to your computer and use it in GitHub Desktop.
Save vwxyzjn/ffb1150af1838eb6eefefb4f6c2a7d8e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>S3 Bucket Listing Generator</title>
</head>
<body>
<div id="navigation"></div>
<div id="listing"></div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript">
var S3BL_IGNORE_PATH = false;
// var BUCKET_NAME = 'microrts';
var BUCKET_URL = 'http://microrts.s3.amazonaws.com';
// var S3B_ROOT_DIR = 'SUBDIR_L1/SUBDIR_L2/';
var S3B_SORT = 'NEW2OLD';
// var EXCLUDE_FILE = 'index.html'; // change to array to exclude multiple files
// var AUTO_TITLE = true;
// var S3_REGION = 's3'; // for us-east-1
</script>
<script type="text/javascript" src="https://rawgit.com/rufuspollock/s3-bucket-listing/gh-pages/list.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment