azure_blob_fs-8.x-1.0-beta3/azure_blob_fs.module
azure_blob_fs.module
<?php /** * @file * Module file for the Azure Blob File System module. * * This module is HEAVILY based on the S3 File System module developed by * Abhishek Anand (fly2abhishek@gmail.com). Special thanks to them and all of * their hard work on that module! It saved me quite a bit of trouble when * making this one adapted to Azure Blob Storages. * * @see https://www.drupal.org/project/s3fs * * Another special thanks to Iorga Mihai and his work on a sandbox version of * a module seeking to accomplish the same thing. Combining the work they * started with a deep look into the S3 File System module, I was able to get * something working here! * * @see https://www.drupal.org/project/az_blob_fs */
