make s3 handle http
This commit is contained in:
parent
0f1dc12b8c
commit
3542f4ec30
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
from .responses import all_buckets, bucket_response, key_response
|
from .responses import all_buckets, bucket_response, key_response
|
||||||
|
|
||||||
base_url = "https://(.*).s3.amazonaws.com"
|
base_url = "https?://(.*).s3.amazonaws.com"
|
||||||
|
|
||||||
urls = {
|
urls = {
|
||||||
'https://s3.amazonaws.com/$': all_buckets,
|
'https://s3.amazonaws.com/$': all_buckets,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue