joolanders/flysystem-aws-s3-small
Composer 安装命令:
composer require joolanders/flysystem-aws-s3-small
包简介
Flysystem adapter for S3 without using the full AWS SDK
README 文档
README
This is a Flysystem adapter for s3 without the need for the huge AWS PHP SDK
Installation
composer require joolanders/flysystem-aws-s3-small
Bootstrap
<?php include __DIR__ . '/vendor/autoload.php'; $configuration = new \Akeeba\Engine\Postproc\Connector\S3v4\Configuration( 'your-key', 'your-secret', 'V2|V4', // optional 'your-region' // optional ); $connector = new \Akeeba\Engine\Postproc\Connector\S3v4\Connector($configuration); $adapter = new \Joolanders\Flysystem\S3Small\S3SmallAdapter($connector, 'your-bucket'); $filesystem = new \League\Flysystem\Filesystem($adapter);
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-27