weaver.vault.views

Module Contents

weaver.vault.views.LOGGER[source]
weaver.vault.views.upload_file(request: pyramid.request.Request) pyramid.httpexceptions.HTTPException[source]

Upload a file to secured vault.

weaver.vault.views.describe_file(request: pyramid.request.Request) pyramid.httpexceptions.HTTPException[source]

Get authorized vault file details without downloading it.

weaver.vault.views.download_file(request: pyramid.request.Request) pyramid.response.FileResponse[source]

Download authorized vault file and remove it from the vault.