jovanialferez/yii2-s3
Composer 安装命令:
composer require jovanialferez/yii2-s3
包简介
An Amazon S3Client wrapper as Yii2 component
README 文档
README
An Amazon S3Client wrapper as Yii2 component.
Usage
return [ // ... 'components' => [ 'storage' => [ 'class' => '\jovanialferez\yii2s3\AmazonS3', 'key' => 'AWS_ACCESS_KEY_ID', 'secret' => 'AWS_SECRET_ACCESS_KEY', 'bucket' => 'YOUR_BUCKET', ], // ... ], ];
You can then start using this component as:
$storage = \Yii::$app->storage; // uploadFile() here returns the resulting S3 url of that file $url = $storage->uploadFile('/path/to/file', 'unique_file_name');
统计信息
- 总下载量: 2.86k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-08-30