Allow passing of region name to s3bucket_path url for eu-central-1. cc ##348.

This commit is contained in:
Steve Pulec 2015-08-02 11:26:29 -04:00
parent 8573333932
commit 4576f2873e

View File

@ -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"
]