PHPackages                             wieni/flysystem\_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. wieni/flysystem\_s3

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

wieni/flysystem\_s3
===================

2.0.2(2y ago)04.8k↓78.6%PHP

Since Jul 25Pushed 2y ago3 watchersCompare

[ Source](https://github.com/wieni/flysystem_s3)[ Packagist](https://packagist.org/packages/wieni/flysystem_s3)[ RSS](/packages/wieni-flysystem-s3/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (4)Versions (4)Used By (0)

Flysystem S3
============

[](#flysystem-s3)

For setup instructions see the Flysystem README.md.

CONFIGURATION
-------------

[](#configuration)

The region needs to be set to the region id, not the region name. Here is a list of the region names and their corresponding ids:

Region nameRegion idUS East (N. Virginia)us-east-1US West (N. California)us-west-1US West (Oregon)us-west-2EU (Ireland)eu-west-1EU (Frankfurt)eu-central-1Asia Pacific (Tokyo)ap-northeast-1Asia Pacific (Seoul)ap-northeast-2Asia Pacific (Singapore)ap-southeast-1Asia Pacific (Sydney)ap-southeast-2South America (Sao Paulo)sa-east-1The `s3-cors-example.json` file has a template you can use to configure CORS using the REST API or the `aws s3api put-bucket-cors` command.

Example configuration:

```
$schemes = [
  's3' => [
    'driver' => 's3',
    'config' => [
      'key'    => '[your key]',      // 'key' and 'secret' do not need to be
      'secret' => '[your secret]',   // provided if using IAM roles.
      'region' => '[aws-region-id]',
      'bucket' => '[bucket-name]',

      // Optional configuration settings.

      // 'options' => [
      //   'ACL' => 'public-read',
      //   'StorageClass' => 'REDUCED_REDUNDANCY',
      // ],

      // 'protocol' => 'https',                   // Autodetected based on the
                                                  // current request if not
                                                  // provided.

      // 'prefix' => 'an/optional/prefix',        // Directory prefix for all
                                                  // uploaded/viewed files.

      // 'cname' => 'static.example.com',         // A CNAME that resolves to
                                                  // your bucket. Used for URL
                                                  // generation.

      // 'cname_is_bucket' => TRUE,               // Set to FALSE if the CNAME
                                                  // does not resolve to a
                                                  // bucket and the bucuket
                                                  // should be included in the
                                                  // path.

      // 'endpoint' => 'https://api.example.com', // An alternative API endpoint
                                                  // for 3rd party S3 providers.

      // 'public' => TRUE,                        // Set to TRUE to link to files
                                                  // using direct links.

      // 'cors' => TRUE,                          // Set to TRUE if CORS upload
                                                  // support is enabled for the
                                                  // bucket.
    ],

    'cache' => TRUE, // Creates a metadata cache to speed up lookups.
  ],
];

$settings['flysystem'] = $schemes;
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~117 days

Total

3

Last Release

840d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/734199ae17f8da336fef9ba81f7c37cda09b0f9a952f551235c32ecfad68488b?d=identicon)[Wieni](/maintainers/Wieni)

---

Top Contributors

[![ponkiwonki](https://avatars.githubusercontent.com/u/106490855?v=4)](https://github.com/ponkiwonki "ponkiwonki (3 commits)")[![benjamintoussaint](https://avatars.githubusercontent.com/u/7239074?v=4)](https://github.com/benjamintoussaint "benjamintoussaint (1 commits)")

### Embed Badge

![Health badge](/badges/wieni-flysystem-s3/health.svg)

```
[![Health](https://phpackages.com/badges/wieni-flysystem-s3/health.svg)](https://phpackages.com/packages/wieni-flysystem-s3)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.5M85](/packages/unisharp-laravel-filemanager)[magento/community-edition

Magento 2 (Open Source)

12.2k53.6k13](/packages/magento-community-edition)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[azure-oss/storage-blob-flysystem

Flysystem adapter for Azure Storage PHP

281.4M24](/packages/azure-oss-storage-blob-flysystem)[servd/craft-asset-storage

Servd Asset Storage and Helpers integration for Craft CMS

1184.0k10](/packages/servd-craft-asset-storage)

PHPackages © 2026

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