1.0.2 • Published 6 years ago
kap-azure v1.0.2
kap-azure
Kap plugin - Upload recordings to Azure (Blob) Storage
Install
In the Kap menu, go to Preferences…, select the Plugins pane, find this plugin, and toggle it. Click the "edit" icon, and enter your account details.
Configuration
accountName, andaccountKeyare self-explanitory. These are on the Azure portal.containerto upload to. This will be created if it doesn't exist.filePatternoptionally configures the uploaded path. Defaults to{kapName}, but you can do complex things likesubdirectory/{date:YYYY}-{uuid}.{ext}. Placeholders:{accountName}is the blob storage account name.{kapName}is the original filename from Kap.{basename}is the original filename, minus its extension. Thefooinfoo.gif.{ext}is the original extension. Thegifinfoo.gif.{uuid}creates a UUID.{date:<format>}formats the current date using a day.js format string. For example,{date:YYYY}.{random:<chars>}creates a number of random hex characters. For example,{random:7}might outputbadf00d.
urlPatternis the pattern copied to your clipboard. All the same placeholders above work, as well as{filename}, which is the output from thefilePattern.
Usage
In the editor, after recording, select Azure Storage, and then hit Export.