Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.6 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.6 KB

Azure Blob Storage

stoQ plugin saves results and archives payloads with Azure Blob Storage.

Plugin Classes

Configuration

All options below may be set by:

Options

  • conn_str [str]: Azure Storage Connection string Instructions to find credentials here

Archiver

  • 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

Connector

  • results_container [str]: Blob container where response will be saved