UNPKG

s3-autoindex

Version:

Serve the contents of a S3 bucket (private or public) over HTTP

10 lines 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const server_1 = require("./server"); const rxme = require("rxme"); server_1.default(process.argv).match(rxme.Matcher.Log(log => { // if (log.level != rxme.LogLevel.DEBUG) { console.log(log); // } })).passTo(); //# sourceMappingURL=main.js.map