项目作者: benjaminhirsch

项目描述 :
TYPO3 FAL driver extension for Microsoft Azure Blob Storage
高级语言: PHP
项目地址: git://github.com/benjaminhirsch/typo3-azurestorage.git
创建时间: 2016-05-23T10:52:32Z
项目社区:https://github.com/benjaminhirsch/typo3-azurestorage

开源协议:MIT License

下载


TYPO3 extension “azurestorage”

Adds Microsoft Azure Blob Storage support to TYPO3 file abstraction layer (FAL).

Installation

Composer
  1. composer require b3n/azurestorage

Configuration

After you’ve installed the extension, you need to enable it either via console
or in the backend. After that, add a new file storage and enter your Azure Blob
Storage credentials.

Add a new File Storage

screenshot-installer

In the next step, enter all required credentials which you can find in the Azure
Portal under Storage accounts / Settings / Access keys. Blob container name is the
name you gave your container, you can also find it under Overview.

:warning: Make sure that the access policy of you container is set to Blob or Container!

screenshot-installer

I would like to say thank you to Susanne Moog
for her previous work on her own extension to implement the Azure Blob Storage.
Her work was a good point to start.