ark::logging::PresignedUrlLogRegistryConfiguration

Defined in header “ark/logging/presigned_url_log_registry.hh”.


Configuration for the log registry, if loading logs from the remote HTTP server.

Variables

  • core::Url catalog_url
    The URL for the instance of catalog to use. Leave empty to load the URL from the environment (or accept a default).

  • std::string bearer_token
    Bearer token to supply to the catalog. Leave blank to use system default (typically loaded from file/environment).

  • core::Guid log_identifier
    The GUID of the log to open/fetch.

  • std::chrono::milliseconds mapping_timeout= std::chrono::minutes{30}
    The expiration time to use to determine when to fetch new mappings. This is a recommendation and may not always be obeyed.