Skip to content

Commit

Permalink
Run test cases on hns
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Nov 1, 2024
1 parent 63778b2 commit d9b08b9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tosfs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2117,14 +2117,6 @@ def _call_list_objects_type2(

all_results.extend(resp.contents + resp.common_prefixes)

# if bucket_type == TOS_BUCKET_TYPE_FNS:
#
# elif bucket_type == TOS_BUCKET_TYPE_HNS:
#

# else:
# raise ValueError(f"Unsupported bucket type: {bucket_type}")

return all_results

def _prefix_search_for_exists(self, bucket: str, key: str) -> bool:
Expand Down

0 comments on commit d9b08b9

Please sign in to comment.