完善附件管理与生成任务跟踪
This commit is contained in:
@@ -68,3 +68,7 @@ def upload_bytes(
|
||||
len(content),
|
||||
content_type=content_type,
|
||||
)
|
||||
|
||||
|
||||
def delete_object(bucket: str, object_name: str):
|
||||
minio_client.remove_object(bucket, object_name)
|
||||
|
||||
Reference in New Issue
Block a user