ets/document-storage-bundle

此包已被弃用且不再维护。没有建议的替代包。

Symfony扩展包,与ets/document-storage集成

0.5.1 2016-08-23 14:44 UTC

This package is auto-updated.

Last update: 2023-03-20 19:04:41 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

Symfony扩展包,与ets/document-storage集成。

安装

您可以使用composer安装此包。

composer.phar require ets/document-storage-bundle

查看标签以了解在请求版本时使用哪个版本。

##启用扩展包

在内核中启用扩展包

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new ETS\DocumentStorageBundle\ETSDocumentStorageBundle()
    );
}

可用服务

  • ets.document_storage.client.echo_sign
  • ets.document_storage.client.s3.base

可用的S3特定参数

  • ets.document_storage.s3.config.profile
  • ets.document_storage.s3.config.region

代码许可

Resources/meta/LICENSE