stoQ plugin saves results and archives payloads with Azure Blob Storage.
All options below may be set by:
conn_str
[str]: Azure Storage Connection string Instructions to find credentials here
-
archive_container
[str]: Blob container where payload will be archived -
use_sha
[True/False]: When archiving files, use the first five characters of the sha1 hash as the directory structure.For example, if the sha1 hash of the payload is
da39a3ee5e6b4b0d3255bfef95601890afd80709
, the payload will be archived to$archive_container/d/a/3/9/a/da39a3ee5e6b4b0d3255bfef95601890afd80709
. -
use_datetime
[True/False]: Use the currentt date (YYYY/MM/DD) as the directory structure
results_container
[str]: Blob container where response will be saved