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
|
|
@ -6,6 +6,10 @@ INITIAL_NO_AUTH_ACTION_COUNT = float(
|
|||
)
|
||||
DEFAULT_CONTAINER_REGISTRY = os.environ.get("DEFAULT_CONTAINER_REGISTRY", "docker.io")
|
||||
|
||||
S3_IGNORE_SUBDOMAIN_BUCKETNAME = os.environ.get(
|
||||
"S3_IGNORE_SUBDOMAIN_BUCKETNAME", ""
|
||||
) in ["1", "true"]
|
||||
|
||||
|
||||
def get_sf_execution_history_type():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue