Boto3 always tries to create the bucket in US Standard (N. Virginia)
region unless explicitly mentioned. So, give it the region of the
connection so that it does raise an error about IllegalLocation.
Coverage increased (+0.3%) to 95.0% when pulling 639999c9be76464b254426c8714681db8e8ceacd on AbdealiJK:ajk-code into 092e9327384b8411c9bb38ca257ecb558584d201 on noirbizarre:master.
Boto3 always tries to create the bucket in US Standard (N. Virginia) region unless explicitly mentioned. So, give it the region of the connection so that it does raise an error about IllegalLocation.
Fixes: https://github.com/noirbizarre/flask-fs/issues/31