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 Oct 21, 2024
1 parent 450c7be commit 9d5dfa1
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 @@ -2102,14 +2102,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 9d5dfa1

Please sign in to comment.