Skip to content
Snippets Groups Projects
Commit 77fe6b8c authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

archiver: Add missing property for worker to backend

parent 115cbdcb
No related branches found
No related tags found
Loading
......@@ -334,6 +334,10 @@ class ArchiverToBackendWorker(BaseArchiveWorker):
CONFIG_BASE_FILENAME = 'archiver/worker-to-backend'
ADDITIONAL_CONFIG = {
'destination': ('str', 'azure'),
}
def __init__(self, batch):
"""Constructor of the ArchiverWorkerToBackend class.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment