make s3 handle http

This commit is contained in:
Steve Pulec 2013-02-26 15:12:38 -05:00
parent 0f1dc12b8c
commit 3542f4ec30

View File

@ -1,6 +1,6 @@
from .responses import all_buckets, bucket_response, key_response
base_url = "https://(.*).s3.amazonaws.com"
base_url = "https?://(.*).s3.amazonaws.com"
urls = {
'https://s3.amazonaws.com/$': all_buckets,