This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# Expects the AWS_ enviornment variables to be set for boto to know how to connect to AWS/S3 - they are: | |
# AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY | |
# | |
# Change the bucket name from mbafford-static for your own uses. | |
# | |
# Obvious enhancements would be to add the necessary tags for displaying artwork for the show in podcast software. | |
import re |