So I wrote this little cli tool that lets you upload files to an s3 bucket, as changes happen.
All you need to do is install it:
npm install s3-auto-sync -g
And use it like so:
s3-auto-sync -b my-bucket -d ./my-folder -r eu-east-1
Make sure you set the region that you're in, otherwise performance will be slow.
That's it, practically your own little dropbox π
The npm package is here: https://www.npmjs.com/package/s3-auto-sync
And the github repo is here: https://github.com/juliankrispel/s3-auto-sync
If you have any suggestions for features or improvements, by all means open an issue or a pr π
Top comments (0)