s3-http-server
v1.1.0
Published
A simple command-line S3 http server
Maintainers
Readme
Installation
npm install --global s3-http-serverUsage
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
| Command | Description | Defaults |
| ------------- |-------------|-------------|
|-h or --help |Print this list and exit. | |
|-w or --web |Serve a website. | |
Serve a static website
index.html file must be present at the bucket root
s3-http-server my-bucket-name -wTodo
- delete object ability
