s3upload

Upload multiple files to AWS S3 faster with one command

1 follower

With this simple program, you can upload multiple files at once to Amazon Web Services(AWS) S3 using one command. It uploads the files, makes them public, and then prints their URLs. s3upload uses Boto 3 to deal with AWS S3. Usage example and step-by-step instructions are available on the project page on Github
s3upload gallery image
s3upload gallery image
Launch Team
Intercom
Intercom
Startups get 90% off Intercom + 1 year of Fin AI Agent free
Promoted

What do you think? …

Ammar Alyousfi
I use S3 regularly to store my blog files and other files. Every time I want to upload files to S3, I should go to my AWS account, upload the files, make them public, then copy the URL of each file. That's why I created a simple open-source script that uses Boto 3 to do all these things with one command. With s3upload, you can upload multiple files at once to Amazon Web Services(AWS) S3 using one command. It uploads the files, makes them public, and then prints their URLs. Usage example and step-by-step instructions are found on the project page on Github: https://github.com/ammar1y/s3upload I hope you find it useful and save your time 😊