cjrasmussen/aws-helper
最新稳定版本:1.0.3
Composer 安装命令:
composer require cjrasmussen/aws-helper
包简介
Simple helper for some common interactions with the AWS SDK
README 文档
README
Simple class for bundling AWS SDK actions that I find to be common.
Usage
use cjrasmussen\AwsHelper\Aws; $aws = new Aws($s3client, $ec2client); // BATCH DELETE A SINGLE S3 OBJECT OR AN ARRAY OF S3 OBJECTS BY KEY $response = $aws->s3->deleteObject($bucket, $objects); // GET DETAILS ABOUT A SINGLE EC2 INSTANCE, WHETHER IT IS CURRENTLY RUNNING OR NOT $response = $aws->ec2->getInstanceStatus('i-xxxxeeee2222');
Installation
Simply add a dependency on cjrasmussen/aws-helper to your composer.json file if you use Composer to manage the dependencies of your project:
composer require cjrasmussen/aws-helper
Although it's recommended to use Composer, you can actually include the file(s) any way you want.
License
AwsHelper is MIT licensed.
统计信息
- 总下载量: 71
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-16