Skip to content

Commit

Permalink
fix: LEAP-1620: Ignore prefixes for storage url resolving (HumanSigna…
Browse files Browse the repository at this point in the history
  • Loading branch information
triklozoid authored Oct 29, 2024
1 parent e4c2721 commit 70a008f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions label_studio/io_storages/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,4 @@ def storage_can_resolve_bucket_url(storage, url) -> bool:
if storage_bucket != uri.bucket:
return False

if storage.prefix and not uri.path.startswith(storage.prefix):
return False

return True

0 comments on commit 70a008f

Please sign in to comment.