Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 384 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 384 Bytes

Running the example

  1. Setup the required environment variables:
  • S3_ACCESS_KEY_ID
  • S3_SECRET_ACCESS
  • S3_REGION
  • S3_ENDPOINT
  • S3_BUCKET
  1. Start the server
cd example
node ./app.mjs

By default, the server is listening on port 3333. You can change it by settting the environment variable PORT to the desired value.

  1. Connect to localhost:3333