定制 mdnayeemsarker/easy-aws 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mdnayeemsarker/easy-aws

最新稳定版本:1.9

Composer 安装命令:

composer require mdnayeemsarker/easy-aws

包简介

THis is This is an aws helper package. If you use this package and that one is compleatly manage your aws file upload, delete, file url, download etc

README 文档

README

THis is This is an aws helper package. If you use this package and that one is compleatly manage your aws file upload, delete, file url, download etc.

Installation

To install the package, use Composer:

composer require mdnayeemsarker/easy-aws

Set Key for aws use in config/app.php

'ne_aws_access_key_id' => env('NE_AWS_ACCESS_KEY_ID', 'or set here'),
'ne_aws_secret_access_key' => env('NE_AWS_SECRET_ACCESS_KEY', 'or set here'),
'ne_aws_default_region' => env('NE_AWS_DEFAULT_REGION', 'or set here'),
'ne_aws_bucket' => env('NE_AWS_BUCKET', 'or set here'),
'ne_aws_url' => env('NE_AWS_URL', 'or set here'),
'ne_is_debug' => env('NE_IS_DEBUG', 'or set here true/false'),

Set Key for variable in env (optional)

NE_AWS_ACCESS_KEY_ID='AWS_ACCESS_KEY_ID'
NE_AWS_SECRET_ACCESS_KEY='AWS_SECRET_ACCESS_KEY'
NE_AWS_DEFAULT_REGION='AWS_DEFAULT_REGION'
NE_AWS_BUCKET='AWS_BUCKET'
NE_AWS_URL='AWS_URL'
NE_IS_DEBUG='true/false'
  • find this crediential in your aws S3 bucket console.

Getting To Know Yeoman

License

MIT © MD NAYEEM SARKER

统计信息

  • 总下载量: 28
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-07-09