Azure Shared Access Signatures¶
This module allows handling Azure Shared Access Signatures from Zerynth programs.
generate(uri, key, ttl, policy_name=None)
Generate a SAS for target uri
signed with key
valid till ttl
(passed as epoch) and with optional policy_name
.