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:
