承接 loantap/aws 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

loantap/aws

Composer 安装命令:

composer require loantap/aws

包简介

AWS s3,ses,sns,sqs integration for Awesome enterprise

README 文档

README

Aws S3 shortcode which will handle all the operation of aws S3 like fetch get etc

You require awesome-enterprise to use this https://github.com/WPoets/awesome-enterprise

composer require loantap/aws

Fetch all files from s3 bucket folder

Input:
   config : <array>
   path   :  <string>
   search : <string>
   bucket_name : <string>

   ```
	[aws_s3.get_files config=<config-array> path={template.path} search="<search>" bucket_name="<bucket-name>" o.set=template.ack/]
  ```

Fetch single file content

###### Input:
   config : <array>
   path   :  <string>
   bucket_name : <string>

   ```
   	 [aws_s3.get_file_contents config="<config-array>" path=<path>  o.set=template.ack/]
   ```

Save file

###### Input:
   config : <array>
   path   :  <string>
   contents : <string>

```
	[aws_s3.put_file_contents config="<config-array>" path="<path>" contents="<content>" o.set=template.ack/]
```

Delete single file

###### Input:
   config : <array>
   path   :  <string>
  bucket_name : <string>

```
[aws_s3.delete_file config=<config-array> path={template.path} bucket_name="<bucket-name>" o.set=template.ack/]	
```

Delete all files

###### Input:
   config : <array>
   path   :  <string>
  bucket_name : <string>
```

[aws_s3.delete_all_files config= path={template.path} bucket_name="" o.set=template.ack/]

```

Download single file

Input:
   config : <array>
   path   :  <string>
  bucket_name : <string>
```	
[aws_s3.download_file config=<config-array> path={template.path} bucket_name="<bucket-name>" o.set=template.ack/] 
```

Download all files

###### Input:
   config : <array>
   path   :  <string>
   bucket_name : <string>
   download_path :<string>

```
	[aws_s3.download_all config=<config-array> path={template.path} bucket_name="<bucket-name>" download_path="/var/tmp/cibil/{token}.zip" o.set=template.ack/] 
```

presigned url and get file data

###### Input:
   config : <array>
   source   :  <string>
   bucket_name : <string>
   destination :<string>

```
[aws_s3.download_public_file config=<config-array> source="<source>" destination="{destination}" bucket_name="<bucket-name>" o.set=template.ack/]
```

Display file on browswer

###### Input:
   config : <array>
   path   :  <string>
   bucket_name : <string>
  

```
	[aws_s3.read_file config=<config-array> path=<template.path> bucket_name="<bucket-name>" o.set=template.ack/] 
```

Move local file to s3

###### Input:
   config : <array>
   source   :  <string>
   destination : <string>
   bucket_name : <string>

```
	 [aws_s3.move_file_to_bucket source="{template.local_path}/{template.file_name}" destination="<template.s3_path>" config=<config-array> bucket_name="<bucket-name>" o.set=template.ack/]
```

Copy object from one bucket to another bucket

###### Input:
config : <array>
	keyname : string
	source_bucket : <string>
	destination_bucket : <string>
	
```
	[aws_s3.backup_file config="{template.config}" keyname="{template.key_name}" source_bucket="{template.config.bucket}" destination_bucket="{template.config.backup_bucket}" o.set=template.res/]
```

Fetch email sample (SES)

###### Input:
	file_path   : <string>
	config 		: <array>
	keyname 	: <string>	
	regex_check	: <array>
``` 
 [aws_ses.fetch_ses_email config="{template.config}"  keyname="{template.key_name}" file_path="{template.file_path}" regex_check={caws.config.regex_pattern} o.set=template.result/]
```

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2021-03-05

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固