Qabel/qabel-block

Quota tracking

Closed this issue · 0 comments

audax commented

First try at quota tracking: Call a rest resource on the accounting server, just like the auth resource.

POST, GET or DELETE with user provided Authentication header and the following data in a json body:
{"prefix": "1234", "file_path": "foo/bar/baz.txt", "size": 2492, "authentication": "Token 12abc345"}