PHPackages                             ezsystems/ezdfs-fsbackend-aws-s3 - 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. ezsystems/ezdfs-fsbackend-aws-s3

ActiveEzpublish-legacy-extension[File &amp; Storage](/categories/file-storage)

ezsystems/ezdfs-fsbackend-aws-s3
================================

eZPublish Amazon S3 FS backend for DFS

v0.0.1(11y ago)48.7k6GPL-2.0PHPCI failing

Since May 25Pushed 6y ago17 watchersCompare

[ Source](https://github.com/ezsystems/ezdfs-fsbackend-aws-s3)[ Packagist](https://packagist.org/packages/ezsystems/ezdfs-fsbackend-aws-s3)[ RSS](/packages/ezsystems-ezdfs-fsbackend-aws-s3/feed)WikiDiscussions 2.0 Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (9)Used By (0)

Support for Amazon S3 as a DFS backend
======================================

[](#support-for-amazon-s3-as-a-dfs-backend)

Summary
-------

[](#summary)

An AmazonS3 DFS FS handler is added to the existing local filesystem one.

The previous `eZDFSFileHandlerDFSBackend`, in charge of reading/writing files to NFS, is in DFS replaced by a dispatcher. This dispatcher receives a stack of DFSBackend handlers. Each handler will respond true/false when asked if it supports a file path.

An AmazonS3 handler is provided, that can be configured to store images.

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

[](#installation)

### Requirements

[](#requirements)

- [ezsystems/ezdfs-fsbackend-dispatcher](https://github.com/ezcommunity/ezdfs-fsbackend-dispatcher) must be installed
- An amazon web services account, with `AmazonS3FullAccess` permissions like [eZ Platform's S3 IO handler](https://doc.ezplatform.com/en/latest/guide/clustering_aws_s3/#toc)
- ezsystems/ezpublish-legacy &gt;= v2017.12 *(Or any ezpublish 5+ version with the patch: )*

### Installation using composer

[](#installation-using-composer)

From the eZ Publish Community/Platform root, run

```
$ composer require ezsystems/ezdfs-fsbackend-aws-s3:~2.0@beta ezsystems/ezdfs-fsbackend-dispatcher:~1.0@beta

```

Configuration
-------------

[](#configuration)

The handler must first be configured in an `dfsamazons3.ini` override. Region must be set to the region code, as listed on [http://docs.aws.amazon.com/general/latest/gr/rande.html#s3\_region](http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region): `eu-west-1`, `us-east-1`...

Example `settings/overrride/dfsamazons3.ini.append.php`:

```

```

It must then be be set as an additional handler matching one or several path in a `dispatchabledfs.ini` override:

```
[DispatchableDFS]
PathBackends[var/ezdemo_site/storage/images]=eZDFSFileHandlerDFSAmazon
```

Known issues
------------

[](#known-issues)

When setting up Legacy Bridge, don't forget to follow the documentation here: [https://doc.ezplatform.com/en/latest/guide/clustering\_aws\_s3/](https://doc.ezplatform.com/en/latest/guide/clustering_aws_s3/) .

If your images are not displayed properly, check the value of `url_prefix`:

```
ezpublish:
    system:
        default:
            io:
                url_prefix: 'https://my-bucket.s3.my-region.amazonaws.com/$var_dir$/$storage_dir$'

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~342 days

Recently: every ~510 days

Total

7

Last Release

2317d ago

Major Versions

v0.0.1 → v1.0.0-alpha32014-06-06

v1.0.0-beta1 → v2.0.0-beta12020-01-07

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/235928?v=4)[Bertrand Dunogier](/maintainers/bdunogier)[@bdunogier](https://github.com/bdunogier)

---

Top Contributors

[![andrerom](https://avatars.githubusercontent.com/u/289757?v=4)](https://github.com/andrerom "andrerom (9 commits)")[![bdunogier](https://avatars.githubusercontent.com/u/235928?v=4)](https://github.com/bdunogier "bdunogier (4 commits)")[![anijra](https://avatars.githubusercontent.com/u/6748784?v=4)](https://github.com/anijra "anijra (2 commits)")[![dspe](https://avatars.githubusercontent.com/u/329691?v=4)](https://github.com/dspe "dspe (1 commits)")

### Embed Badge

![Health badge](/badges/ezsystems-ezdfs-fsbackend-aws-s3/health.svg)

```
[![Health](https://phpackages.com/badges/ezsystems-ezdfs-fsbackend-aws-s3/health.svg)](https://phpackages.com/packages/ezsystems-ezdfs-fsbackend-aws-s3)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[humanmade/s3-uploads

WordPress plugin to store uploads on S3

2.1k2.4M9](/packages/humanmade-s3-uploads)[aws/aws-sdk-php-resources

A resource-oriented API for interacting with AWS services

1381.8M10](/packages/aws-aws-sdk-php-resources)[aws/aws-sdk-php-zf2

Zend Framework 2 Module that allows easy integration the AWS SDK for PHP

104997.5k5](/packages/aws-aws-sdk-php-zf2)[frostealth/yii2-aws-s3

An Amazon S3 component for Yii2

90698.9k5](/packages/frostealth-yii2-aws-s3)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
