feat: now with python-multipart
All checks were successful
Deploy on Push / deploy (push) Successful in 32s
All checks were successful
Deploy on Push / deploy (push) Successful in 32s
This commit is contained in:
parent
41c52a4f08
commit
765fa28ecc
2
main.py
2
main.py
|
@ -18,7 +18,7 @@ STORJ_END_POINT = os.environ.get('STORJ_END_POINT')
|
|||
STORJ_BUCKET_NAME = os.environ.get('STORJ_BUCKET_NAME')
|
||||
CDN_DOMAIN = os.environ.get('CDN_DOMAIN')
|
||||
|
||||
#@check_auth
|
||||
@check_auth
|
||||
async def upload_handler(request: Request):
|
||||
logging.debug("Received upload request")
|
||||
form = await request.form()
|
||||
|
|
Loading…
Reference in New Issue
Block a user