get prof urls
This commit is contained in:
parent
33951a28bb
commit
aad72a26bf
2 changed files with 10 additions and 10 deletions
|
|
@ -152,7 +152,7 @@ async def delete_File_of_user(requestItem: minioDeleteRequest, session: SessionC
|
|||
path = requestItem.file_path
|
||||
try:
|
||||
# uploudFile(app_id, file.filename, extension[1], content)
|
||||
client = Minio_Storage.minioConnection.minioConnect("Prd")
|
||||
client = Minio_Storage.minioConnection.minioConnect("Prod")
|
||||
|
||||
minioError = client.remove_object("mih", path)
|
||||
except Exception as error:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue