okumy/aiohttp-tus

How to handle dynamic upload folder path?

Opened this issue · 0 comments

upload_path currently only takes in a static path which can be augmented by a the username (match_info)

How would I do some async function + db call to get a user's upload directory instead?

Maybe upload_path could take in a lambda function as well?