Skip to content

Commit b0c1901

Browse files
Remove blob regex
1 parent 379ae6b commit b0c1901

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

titiler/stacapi/settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ class STACSettings(BaseSettings):
9090
"""STAC model settings"""
9191

9292
alternate_url: Optional[str] = None
93-
pc_blob_regex: re.Pattern = re.compile(
94-
r".*/([^/]+?)\.blob\.core\.windows\.net/([^/]+?).*"
95-
)
9693

9794
model_config = {
9895
"env_prefix": "TITILER_STACAPI_STAC_",

0 commit comments

Comments
 (0)