Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 417 Bytes

File metadata and controls

18 lines (15 loc) · 417 Bytes

s3-folder-watcher

Watch the file size of s3 folders during large uploads

Setup

  1. create an empty dynamodb table with hash key path to store stats
  2. Update the settings.json in the application directory
  3. Install dependencies
npm install
  1. Start the application
node server.js
  1. Open the browser to watch progress http://localhost:3000

Screenshot