s3-http-server

1.1.0 • Public • Published

S3 HTTP Server

A simple command-line S3 http server


`s3-http-server` makes your S3 files available via a HTTP interface without making the objects public. The provided website also provides upload functionality.

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

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 -w

Todo

  • delete object ability

Authors

Package Sidebar

Install

npm i s3-http-server

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

8.75 kB

Total Files

7

Last publish

Collaborators

  • rowlinsonmike