mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
* Add list containers feature * Add list blobs with pagination feature * Add blob upload functionality * Add read and delete blob functionality * Change page limit keyname for listing blobs * fixed test connection false positive issye - added create container option * update default encoding type --------- Co-authored-by: vishnu r kumar <[email protected]> Co-authored-by: Ganesh Kumar <[email protected]>
7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
'use strict';
|
|
|
|
const azureblobstorage = require('../lib');
|
|
|
|
describe('azureblobstorage', () => {
|
|
it.todo('needs tests');
|
|
});
|