Notify the service that file upload is complete. Args: file_id: The file ID from upload signature (uploadDir). filename: The original filename. upload_location: The full OSS path (UploadHost/UploadDir/Filename). file_size: The file size in byt
(
self,
file_id: str,
filename: str,
upload_location: str,
file_size: int = None,
client_token: Optional[str] = None,
)
source not stored for this graph (policy: none)
no test coverage detected