You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
443 B
21 lines
443 B
8 months ago
|
# AsyncAws S3 Client
|
||
|
|
||
|
![](https://github.com/async-aws/s3/workflows/Tests/badge.svg?branch=master)
|
||
|
![](https://github.com/async-aws/s3/workflows/BC%20Check/badge.svg?branch=master)
|
||
|
|
||
|
An API client for S3.
|
||
|
|
||
|
## Install
|
||
|
|
||
|
```cli
|
||
|
composer require async-aws/s3
|
||
|
```
|
||
|
|
||
|
## Documentation
|
||
|
|
||
|
See https://async-aws.com/clients/s3.html for documentation.
|
||
|
|
||
|
## Contribute
|
||
|
|
||
|
Contributions are welcome and appreciated. Please read https://async-aws.com/contribute/
|