We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379ae6b commit b0c1901Copy full SHA for b0c1901
titiler/stacapi/settings.py
@@ -90,9 +90,6 @@ class STACSettings(BaseSettings):
90
"""STAC model settings"""
91
92
alternate_url: Optional[str] = None
93
- pc_blob_regex: re.Pattern = re.compile(
94
- r".*/([^/]+?)\.blob\.core\.windows\.net/([^/]+?).*"
95
- )
96
97
model_config = {
98
"env_prefix": "TITILER_STACAPI_STAC_",
0 commit comments