minio storage fix pt4
This commit is contained in:
parent
934b1b2301
commit
c5de46040d
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ class claimStatementUploud(BaseModel):
|
|||
@router.get("/minio/pull/file/{env}/{app_id}/{folder}/{file_name}", tags=["Minio"])
|
||||
async def pull_File_from_user(app_id: str, folder: str, file_name: str, env: str): #, session: SessionContainer = Depends(verify_session())
|
||||
path = app_id + "/" + folder + "/" + file_name
|
||||
print(path)
|
||||
try:
|
||||
# print(f"env: {env}")
|
||||
# uploudFile(app_id, file.filename, extension[1], content)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue