Photo by Arno Senoner on Unsplash

How I automated uploading local files to AWS S3 bucket

Dilorom

--

I have a lot of files in my local machine that need to be uploaded to AWS S3 bucket. The files are stored in subdirectories within directories in my local machine. I have the same pattern of subdirectories and directories on the S3 bucket.

Instead of manually going through each subdirectory and directory and upload the files one by one, we can write a script to do that…

--

--