make s3 handle http
This commit is contained in:
parent
0f1dc12b8c
commit
3542f4ec30
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user