another s3 http fix
This commit is contained in:
parent
62501999f6
commit
91b61c7be5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ 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,
|
||||||
'{0}/$'.format(base_url): bucket_response,
|
'{0}/$'.format(base_url): bucket_response,
|
||||||
'{}/(.+)'.format(base_url): key_response,
|
'{}/(.+)'.format(base_url): key_response,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue