1.2.0 • Published 2 years ago

@hangxingliu/azure-utils v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

azure-utils

Github Action Status

Standalone Node.js utils for Azure

Features

  • Upload file to Azure Blob Storage
  • Download file from Azure Blob Storage
  • List files on Azure Blob Storage
  • Delete files on Azure Blob Storage

Supported Environment Variables

  • AZURE_STORAGE_KEY
  • AZURE_STORAGE_ACCOUNT
  • AZURE_STORAGE_CONNECTION_STRING
  • AZURE_STORAGE_CONTAINER
  • AZURE_STORAGE_ACCESS_KEY

Usage

export AZURE_STORAGE_CONTAINER=testaccount/container1
export AZURE_STORAGE_KEY='jPJyz......dA=='

./dist/az-upload.js cat.jpg 'user-uploads/$yyyy-$mm-$dd/$uuid.jpg' --cp 'user-uploads/by-uid/10/cat.jpg' --cp 'maybe.jpg'
./dist/az-ls-blobs.js user-uploads/
./dist/az-download.js maybe.jpg
./dist/az-del-blob.js maybe.jpg

# Get more usage by option `--help`
1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago