
Gulp plugin to download and upload files to/from the Azure blob storage
The Gulp Azure Storage plugin is a powerful tool designed to simplify the process of uploading and downloading files to and from Azure Blob Storage. By seamlessly integrating with Gulp, it allows developers to create efficient build processes that incorporate cloud storage operations, making file management easier and more automated in their workflows.
Using this plugin, users can easily pipe Gulp streams for uploading files or define source streams for downloading. It includes a command-line interface (CLI) to facilitate operations, ensuring that developers can manage their assets in Azure without hassle.
Easy Installation: Quickly install the plugin and get started with minimal setup required to manage file uploads and downloads.
Streamlined Upload Process: Upload files effortlessly by piping in a Gulp stream, simplifying the integration of cloud storage into build tasks.
Flexible Download Options: Download files using a Gulp source stream to maintain consistency in file handling during your build process.
Command-Line Interface: Comes with a built-in script to upload files directly to an Azure container, making it more accessible for users who prefer command-line operations.
Customizable Options: Include mandatory parameters like account and container, as well as optional settings to customize access and behavior.
Anonymous Access: Option to access the container without authentication by omitting the key, which can be useful in certain scenarios.
Blob Name Prefixing: The ability to set a prefix for blob names, allowing for better organization and management of files within Azure.
Buffering Control: Choose between buffering or streaming for downloads, giving developers more control over how they handle larger files.
