Electron AWS S3 Desktop File Dropper

I’m always uploading files to S3 and want the public link. This little Electron / javascript app will allow drag & drop uploads, then you get a copy of the url. Hope you find it useful! Repo here: https://github.com/cbitting/S3-Electron-File-Dropper

A few features:

  • Multiple file uploads at the same
  • CDN support (config allows domain name swap)
  • Progress shown for larger files

Setup:

  • Clone this repo
  • Run “npm i” to get all the packages
  • Create your own config.json (sample config shown)
  • Run “npm run start” to launch a debug version
  • Run “npm run make” to create an executable version

Warning: By default I have the ACL to be public: ACL: ‘public-read’ – This will make your uploaded files public! -Change if you don’t want this.

Demo:

Electron AWS S3 Desktop File Dropper

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s