async-aws / flysystem-s3
1.0.2
2023-08-07 20:00 UTC
Requires
- php: ^7.2.5 || ^8.0
- async-aws/s3: ^1.5
- league/flysystem: ^1.0.65
- league/mime-type-detection: ^1.0
Requires (Dev)
- symfony/phpunit-bridge: ^5.3 || ^6.0 || ^7.0
README
注意:此适配器已弃用。请使用 league/flysystem-async-aws-s3 包。
Flysystem v1的S3适配器。Flysystem v2的适配器在此处找到: https://flysystem.thephpleague.com/v2/docs/adapter/async-aws-s3/
安装
composer require async-aws/flysystem-s3
文档
请参阅 https://async-aws.com/integration/flysystem.html 以获取文档。
贡献
欢迎并感谢贡献。请阅读 https://async-aws.com/contribute/