myenso/module-azure-blob-storage 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

myenso/module-azure-blob-storage

最新稳定版本:1.0.0

Composer 安装命令:

composer require myenso/module-azure-blob-storage

包简介

Azure Storage adapter for Magento 2

README 文档

README

This package provides a simple way to use Azure Blob Storage as a remote storage for your Magento 2 application. There is also support for svg images by "magestyapps/module-web-images" in composer.json.

Add this to you env.php file and configure it as you need:

'remote_storage' => [
    'driver' => 'azure-blob-storage',
    'config' => [
        'account_name' => 'devstoreaccount1',
        'account_key' => 'Eby8vdM02xNOcqFe6SuKF4rPcU31qVbVSveG+8n8uBL2AZuZ4nSPZo98YwHst9JdXN3H3G8HC1E0T1G6+UD7Lw==',
        'blob_container' => 'category-images',
        'endpoint' => 'http://10.192.19.58:10000/devstoreaccount1/'
    ]
],

For local testing you can use:

  • Azure Storage Emulator. You can download it from here.
  • Azurite. You can start it from ./docker/azurite/docker-compose.yml file.

统计信息

  • 总下载量: 14
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2024-07-16