8 lines
308 B
Python
8 lines
308 B
Python
import os.path
|
|
|
|
from middleware.minio_util import downBigFile
|
|
|
|
|
|
miniourl=r"media/22d45cc5-0ba7-4bc3-a302-ca1a28c40fd2/DJI_202509121519_001_22d45cc5-0ba7-4bc3-a302-ca1a28c40fd2/DJI_20250912152112_0001_V.mp4"
|
|
file_path=downBigFile(miniourl)
|
|
print(f"os.path.abspath(file_path) {os.path.abspath(file_path)}") |