I want to back up my application and send it to my bucket on S3. But for this, I need to first list the directories (along with the files), then upload them to S3.
I found this tutorial but he did not it does, because you have to put each path to list the files, which makes the code unnecessarily larger than it should be.
NOTE: My application is made in Node, along with Express and Angular.
Could someone give me a light? : D