ets / document-storage-bundle
此包已被弃用且不再维护。没有建议的替代包。
Symfony扩展包,与ets/document-storage集成
0.5.1
2016-08-23 14:44 UTC
Requires
- php: >=5.3.3
- ets/document-storage: ~0.5
- symfony/framework-bundle: >=2.2
README
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