PHPackages                             moderntribe/tribe-storage-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. moderntribe/tribe-storage-aws-s3

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

moderntribe/tribe-storage-aws-s3
================================

Tribe Storage Adapter for AWS S3 SDK v3.x

v3.0.0(2y ago)0179PHPPHP &gt;=7.4

Since Jun 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/moderntribe/tribe-storage-aws-s3)[ Packagist](https://packagist.org/packages/moderntribe/tribe-storage-aws-s3)[ RSS](/packages/moderntribe-tribe-storage-aws-s3/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (7)Versions (10)Used By (0)

Tribe Storage: AWS S3 Adapter
=============================

[](#tribe-storage-aws-s3-adapter)

[![PHPCS + Unit Tests](https://github.com/moderntribe/tribe-storage-aws-s3/actions/workflows/pull-request.yml/badge.svg)](https://github.com/moderntribe/tribe-storage-aws-s3/actions/workflows/pull-request.yml)[![php 7.4+](https://camo.githubusercontent.com/4f8f3f80b4c10380f096b00c69d182c0e108c8eab9760035fe60b4b92d7a6314/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d6d696e253230372e342d7265642e737667)](https://camo.githubusercontent.com/4f8f3f80b4c10380f096b00c69d182c0e108c8eab9760035fe60b4b92d7a6314/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d6d696e253230372e342d7265642e737667)

The AWS S3 adapter for the [Tribe Storage](https://github.com/moderntribe/tribe-storage) WordPress plugin. This adapter is meant to be configured and installed by **developers**.

Installation Composer v1
------------------------

[](#installation-composer-v1)

Note: This also automatically installs the Tribe Storage plugin, ensure you have configured [Composer Installers](https://getcomposer.org/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md#how-do-i-install-a-package-to-a-custom-path-for-my-framework-)for WordPress plugins.

Add the following to the composer.json `repositories` object:

```
  "repositories": [
      {
        "type": "vcs",
        "url": "git@github.com:moderntribe/tribe-storage-aws-s3.git"
      },
      {
        "type": "vcs",
        "url": "git@github.com:moderntribe/tribe-storage.git"
      },
  ]
```

Then run:

```
composer require moderntribe/tribe-storage-aws-s3
```

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

[](#configuration)

Define the adapter, and your bucket name in `wp-config.php`:

```
define( 'TRIBE_STORAGE_ADAPTER', \Tribe\Storage\Adapters\S3_Adapter::class );
define( 'TRIBE_STORAGE_S3_BUCKET', 'mybucketname' );
```

Define the minimum S3 options in `wp-config.php`:

```
define( 'TRIBE_STORAGE_S3_OPTIONS', [
	'credentials' => [
		'key'    => 'YOUR-KEY',
		'secret' => 'YOUR-SECRET-KEY',
	],
	'region'      => 'us-east-1',
	'version'     => 'latest',
] );
```

Define the URL of the CDN or the public URL for your bucket in `wp-config.php`:

```
// Ideally this should be a CDN URL
define( 'TRIBE_STORAGE_URL', 'https://s3-us-east-1.amazonaws.com/bucket/' . TRIBE_STORAGE_S3_BUCKET );
```

Full S3 client configuration options are available via [AWS documentation](https://docs.aws.amazon.com/sdk-for-php/v3/developer-guide/guide_configuration.html). Additionally, this can be configured with the `tribe/storage/s3_client_options` filter.

Automated Testing
-----------------

[](#automated-testing)

Testing provided via [PHPUnit](https://phpunit.de/) and the [Brain Monkey](https://brain-wp.github.io/BrainMonkey/)testing suite.

#### Run Unit Tests

[](#run-unit-tests)

```
$ composer install
$ ./vendor/bin/phpunit
```

More Resources:
---------------

[](#more-resources)

- [Tribe Storage Documentation](https://github.com/moderntribe/tribe-storage)
- [Tribe Storage Statically.io CDN](https://github.com/moderntribe/tribe-storage-statically-cdn)
- [Modern Tribe](https://tri.be/)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~165 days

Recently: every ~246 days

Total

7

Last Release

801d ago

Major Versions

v1.1.0 → v2.0.02021-06-20

v2.0.3 → v3.0.02024-03-01

PHP version history (2 changes)v1.0.0PHP ^7.3

v3.0.0PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a11f5bee6606989680c8f81b921f8a8e2e75bfd5190cb001812ed615d032a5e?d=identicon)[tribejustin](/maintainers/tribejustin)

![](https://www.gravatar.com/avatar/7f24821ddc28f26fff6b85940d5c65cf179e7487695383944b80f2e5257db6a0?d=identicon)[nickpelton](/maintainers/nickpelton)

---

Top Contributors

[![defunctl](https://avatars.githubusercontent.com/u/1066195?v=4)](https://github.com/defunctl "defunctl (18 commits)")

---

Tags

Flysystemwordpresss3aws-s3moderntribetribe-storagetribe-storage-adapter

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/moderntribe-tribe-storage-aws-s3/health.svg)

```
[![Health](https://phpackages.com/badges/moderntribe-tribe-storage-aws-s3/health.svg)](https://phpackages.com/packages/moderntribe-tribe-storage-aws-s3)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[craftcms/aws-s3

Amazon S3 integration for Craft CMS

631.5M26](/packages/craftcms-aws-s3)[league/flysystem-async-aws-s3

AsyncAws S3 filesystem adapter for Flysystem.

2610.5M31](/packages/league-flysystem-async-aws-s3)[sistemi-etime/flysystem-plugin-aws-s3-v3

AWS S3 plugin for Flysystem.

11154.2k1](/packages/sistemi-etime-flysystem-plugin-aws-s3-v3)

PHPackages © 2026

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