another s3 http fix
This commit is contained in:
parent
62501999f6
commit
91b61c7be5
@ -3,7 +3,7 @@ from .responses import all_buckets, bucket_response, key_response
|
||||
base_url = "https?://(.*).s3.amazonaws.com"
|
||||
|
||||
urls = {
|
||||
'https://s3.amazonaws.com/$': all_buckets,
|
||||
'https?://s3.amazonaws.com/$': all_buckets,
|
||||
'{0}/$'.format(base_url): bucket_response,
|
||||
'{}/(.+)'.format(base_url): key_response,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user