1.1.0 • Published 2 years ago

s3-http-server v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --global s3-http-server

Usage

s3-http-server [path] [options]

path is the unique bucket name to serve Now you can visit http://localhost:8080 to view your server

Available Options

CommandDescriptionDefaults
-h or --helpPrint this list and exit.
-w or --webServe a website.

Serve a static website

index.html file must be present at the bucket root

s3-http-server my-bucket-name -w

Todo

  • delete object ability

Authors