Allow passing of region name to s3bucket_path url for eu-central-1. cc ##348.
This commit is contained in:
parent
8573333932
commit
4576f2873e
@ -2,7 +2,7 @@ from __future__ import unicode_literals
|
||||
from .responses import S3BucketPathResponseInstance as ro
|
||||
|
||||
url_bases = [
|
||||
"https?://s3.amazonaws.com"
|
||||
"https?://s3(.*).amazonaws.com"
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user