kap-azure
v1.0.2
Published
Upload recordings to Azure (Blob) Storage
Downloads
25
Readme
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
, andaccountKey
are self-explanitory. These are on the Azure portal.container
to upload to. This will be created if it doesn't exist.filePattern
optionally 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. Thefoo
infoo.gif
.{ext}
is the original extension. Thegif
infoo.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
.
urlPattern
is 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
.