luyadev/luya-aws
Composer 安装命令:
composer require luyadev/luya-aws
包简介
LUYA Amazon Webservice LUYA components.
README 文档
README
LUYA Amazon S3 filesystem
A file system for the LUYA admin interface in order to store and retrieve all storage data from an Amazon S3 Bucket.
Installation
For the installation of the filesystem composer is required.
composer require luyadev/luya-aws
Configuration
After installation via Composer include the storage component to your configuration in the components sesction with your credentials:
'components' => [ //... 'storage' => [ 'class' => 'luya\aws\S3FileSystem', 'bucket' => 'BUCKET_NAME', 'key' => 'KEY', 'secret' => 'SECRET', 'region' => 'eu-central-1', ] ]
统计信息
- 总下载量: 9.2k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-16
