Created
March 15, 2019 20:32
-
-
Save vwxyzjn/ffb1150af1838eb6eefefb4f6c2a7d8e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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