azure-upload-dir
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -41,3 +41,2 @@ #! /usr/bin/env node | ||
const containerName = argv.containerName; | ||
const containerClient = blobServiceClient.getContainerClient(containerName); | ||
const sharedKeyCredential = new StorageSharedKeyCredential( | ||
@@ -51,2 +50,3 @@ argv.accountName, | ||
); | ||
const containerClient = blobServiceClient.getContainerClient(containerName); | ||
@@ -53,0 +53,0 @@ const uploadToStorageBlob = async (fileName) => { |
{ | ||
"name": "azure-upload-dir", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Upload directory to azure storage blob", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |