[Vuejs]-Is it possible for Vue.js to add data to a file in AWS S3 bucket?

0👍

You can’t save data into anything local from the client application (browser-run), unless it’s installed as a standalone. What you need is to use AWS S3 JS SDK to upload directly into the bucket.

Leave a comment