PHPackages                             aclyte/flysystem-aws-s3-v3 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. aclyte/flysystem-aws-s3-v3

ActiveLibrary[File &amp; Storage](/categories/file-storage)

aclyte/flysystem-aws-s3-v3
==========================

AWS S3 filesystem adapter for Flysystem with PHP 7.4–8.4 support (Flysystem 2.x and 3.x).

1.1.31(1mo ago)00MITPHP ^7.4 || ^8.0

Since Jul 10Pushed 1mo agoCompare

[ Source](https://github.com/aclyte/flysystem-aws-s3-v3)[ Packagist](https://packagist.org/packages/aclyte/flysystem-aws-s3-v3)[ Docs](https://github.com/aclyte/flysystem-aws-s3-v3)[ RSS](/packages/aclyte-flysystem-aws-s3-v3/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Flysystem AWS S3 V3 Adapter
===========================

[](#flysystem-aws-s3-v3-adapter)

[![Packagist Version](https://camo.githubusercontent.com/014499276ff7639fbb021af57cb10d165180cd2beaf63f8afbe569f90f8664b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61636c7974652f666c7973797374656d2d6177732d73332d76332e737667)](https://packagist.org/packages/aclyte/flysystem-aws-s3-v3)[![Packagist Downloads](https://camo.githubusercontent.com/b8a24ca2d280ee4e4a6759e6dcd18d31c5eea58c41f253281c0aa769289fa03c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61636c7974652f666c7973797374656d2d6177732d73332d76332e737667)](https://packagist.org/packages/aclyte/flysystem-aws-s3-v3)[![License](https://camo.githubusercontent.com/aef064c3b27081dcb33aec5d6eb9781cc922cf1e584027dfb76d09bb0c206206/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61636c7974652f666c7973797374656d2d6177732d73332d76332e737667)](LICENSE)

Fork of [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) with extended PHP compatibility.

- **PHP 7.4 – 8.4**
- **Flysystem 2.x** (PHP 7.4+)
- **Flysystem 3.x** (PHP 8.0+)

Installation
------------

[](#installation)

```
composer require aclyte/flysystem-aws-s3-v3
```

### PHP version notes

[](#php-version-notes)

PHP versionFlysystemAWS SDK7.42.x3.337.x (last release supporting PHP 7.4)8.0 – 8.32.x or 3.xlatest compatible8.43.x recommendedlatest compatibleOn PHP 7.4, Composer may resolve an older `aws/aws-sdk-php` release. That is expected.

Usage
-----

[](#usage)

Using `Aws\S3\S3Client`:

```
