Automate File Handling With Python & AWS S3 | Five Minute Python Scripts

Hey everyone! Quick Example on how we can automate the handling of different files to automatically be uploaded to amazon S3. Sorry for the green screen issues - hope they’re not too bothersome! Few notes on Creating IAM users: - Create a user - Enable programmatic access - Add user to a group with the desired permissions ( In this video we used S3, but you can use this client with many more aws services. You would assign those permissions to a group the same way as we do the s3 permissions here) - Copy
Back to Top