Amazon S3 expiring URLs with Boto
If you’re using the Boto python wrapper for the Amazon S3 service, you can quickly generate temporary URLs for your private files.
This will give you a URL to your private file on S3 that will only work for 60 seconds. It will look something like this:
http://mycoolbucket.s3.amazonaws.com/myfile.jpg? Signature=ABC123DEF456& Expires=1312216031& AWSAccessKeyId=ABCDEFGHIJKLMNOP
Comments
Post a Comment