1.0.5 • Published 8 months ago

big-file-upload2azure v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Big file upload

  • using Azure Blob Storage service
  • need to prepare Node env.

You need

create a .env file

VITE_AZURE_STORAGE_ACCOUNT_NAME='Your-Account-Name'

VITE_AZURE_STORAGE_CONNECTION_STRING="Your-ConnectionString(using SAS)"

VITE_AZURE_BIG_FILE_CONTAINER_NAME = "Your-Container-Name"

The above code should be included in your document root path