Skip to content

Commit 7cad690

Browse files
author
杨赫然
committed
Add get_container_name func
1 parent 6cbfcce commit 7cad690

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

seafobj/backends/filesystem.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,6 @@ def stat_raw(self, repo_id, obj_id):
9898
if not stat_info:
9999
return -1
100100
return stat_info.st_size
101+
102+
def get_container_name(self):
103+
return self.obj_dir

0 commit comments

Comments
 (0)