Check S3_IGNORE_SUBDOMAIN_BUCKETNAME environment variable (#3796)
* Check S3_IGNORE_SUBDOMAIN_BUCKETNAME environment variable * move S3_IGNORE_SUBDOMAIN_BUCKETNAME environment variable to settings
This commit is contained in:
parent
1761be46e3
commit
9f9716ee01
6 changed files with 30 additions and 9 deletions
5
tests/compat.py
Normal file
5
tests/compat.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
try:
|
||||
from unittest.mock import patch
|
||||
except ImportError:
|
||||
# for python 2.7
|
||||
from mock import patch
|
||||
Loading…
Add table
Add a link
Reference in a new issue