[archive] implement 'archive-event' option (#5784)
With this, IDs of skipped files will no longer be written to an archive by default. Use "archive-event": "file,skip" to restore the previous behavior.
This commit is contained in:
@@ -865,6 +865,25 @@ Description
|
||||
may pose a security risk.
|
||||
|
||||
|
||||
extractor.*.archive-event
|
||||
-------------------------
|
||||
Type
|
||||
+ ``string``
|
||||
+ ``list`` of ``strings``
|
||||
Default
|
||||
``"file"``
|
||||
Example
|
||||
* ``"file,skip"``
|
||||
* ``["file", "skip"]``
|
||||
Description
|
||||
`Event(s) <metadata.event_>`__
|
||||
for which IDs get written to an
|
||||
`archive <extractor.*.archive_>`__.
|
||||
|
||||
Available events are:
|
||||
``file``, ``skip``
|
||||
|
||||
|
||||
extractor.*.archive-format
|
||||
--------------------------
|
||||
Type
|
||||
|
||||
Reference in New Issue
Block a user