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