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 4a1a668 commit c049149Copy full SHA for c049149
labelbox/data/serialization/labelbox_v1/label.py
@@ -233,7 +233,8 @@ def _row_contains(self, substrs) -> bool:
233
234
def _is_url(self) -> bool:
235
return self.row_data.startswith(
236
- ("http://", "https://")) or "tileLayerUrl" in self.row_data
+ ("http://", "https://", "gs://",
237
+ "s3://")) or "tileLayerUrl" in self.row_data
238
239
class Config:
240
allow_population_by_field_name = True
0 commit comments