This commit is contained in:
zcr
2026-03-17 11:29:47 +08:00
parent a6d9bac6d0
commit 06659057c3
26 changed files with 3742 additions and 0 deletions

7
test.py Normal file
View File

@@ -0,0 +1,7 @@
object_path = "test/3d_result/glb/543570111d344552b080ff6f875e4e83.glb"
path_parts = object_path.split("/", 1)
bucket_name = path_parts[0]
object_name = path_parts[1]
print(object_name)
print(bucket_name)