PHPackages                             behinddesign/craft-object-storage - 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. behinddesign/craft-object-storage

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

behinddesign/craft-object-storage
=================================

A Craft 5 plugin that integrates with most S3 compatible Object Storage. Includes custom host / path or subdomain connection types

v1.1.1(1y ago)31504[1 PRs](https://github.com/behinddesign/craft-object-storage/pulls)1MITPHPPHP ^8.0.2

Since Nov 15Pushed 1y agoCompare

[ Source](https://github.com/behinddesign/craft-object-storage)[ Packagist](https://packagist.org/packages/behinddesign/craft-object-storage)[ RSS](/packages/behinddesign-craft-object-storage/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (7)Used By (1)

Generic Object Storage Volume for Craft CMS
===========================================

[](#generic-object-storage-volume-for-craft-cms)

This plugin provides a S3 (Object) storage integration for [Craft CMS](https://craftcms.com/).

- Supports path style S3 and subdomain style S3.
- Visibility can also be set independently per filesystem.

[![image showing adding new s3 filesystem](img/filesystem.png "Adding a new S3 filesystem")](img/filesystem.png)

Requirements
------------

[](#requirements)

- PHP 8.0
- Craft 5.0

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

[](#installation)

To install the plugin.

### Install the plugin via composer

[](#install-the-plugin-via-composer)

```
composer require behinddesign/craft-object-storage

```

### Update your local .env file (Optional, set these during configuration of Filesystem)

[](#update-your-local-env-file-optional-set-these-during-configuration-of-filesystem)

```
OBJECT_STORAGE_BUCKET="my-bucket"
OBJECT_STORAGE_HOST="my-bucket.my.s3.host.com"
OBJECT_STORAGE_HOST_TYPE="subdomain"
OBJECT_STORAGE_VISIBILITY="private"
OBJECT_STORAGE_MAKE_UPLOADS_PUBLIC="true"
OBJECT_STORAGE_REGION="eu-west-1"
OBJECT_STORAGE_ACCESS_KEY="accesskey"
OBJECT_STORAGE_SECRET_KEY="secretkey"
OBJECT_STORAGE_SERVER="Your S3 Host"

```

### Install the plugin

[](#install-the-plugin)

```
php craft plugin/install behinddesign-craft-object-storage

```

Or browse to CP &gt; Settings &gt; Plugins to enable the plugin.

### Configure

[](#configure)

Within Settings -&gt; Filesystems -&gt; Add / Edit a filesystem

The dropdown for 'Filesystem Type' will now contain 'Generic S3' as an option.

Thanks!
-------

[](#thanks)

[fortrabbit](https://github.com/fortrabbit/craft-object-storage) The base setup for the S3 integration made significantly easier with their plugin. Added extra features which allow for a generic integration such as path style endpoints, the ability to select visibility. This means integration with [minio](https://min.io) is much easier.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance42

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity52

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 ~89 days

Recently: every ~111 days

Total

6

Last Release

469d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/46d895191944e6465de0a8ebe1c219bb07c778621d68ff3415ac9870b90c765c?d=identicon)[behinddesign](/maintainers/behinddesign)

---

Top Contributors

[![behinddesign](https://avatars.githubusercontent.com/u/5952441?v=4)](https://github.com/behinddesign "behinddesign (12 commits)")[![obuchmann](https://avatars.githubusercontent.com/u/3889302?v=4)](https://github.com/obuchmann "obuchmann (3 commits)")[![readtedium](https://avatars.githubusercontent.com/u/470216?v=4)](https://github.com/readtedium "readtedium (1 commits)")

---

Tags

pluginFlysystems3craftcmsobject-storage

### Embed Badge

![Health badge](/badges/behinddesign-craft-object-storage/health.svg)

```
[![Health](https://phpackages.com/badges/behinddesign-craft-object-storage/health.svg)](https://phpackages.com/packages/behinddesign-craft-object-storage)
```

###  Alternatives

[craftcms/aws-s3

Amazon S3 integration for Craft CMS

631.5M26](/packages/craftcms-aws-s3)[vaersaagod/dospaces

DigitalOcean Spaces integration for Craft CMS

36100.3k1](/packages/vaersaagod-dospaces)[sistemi-etime/flysystem-plugin-aws-s3-v3

AWS S3 plugin for Flysystem.

11154.2k1](/packages/sistemi-etime-flysystem-plugin-aws-s3-v3)[craftcms/google-cloud

Google Cloud Storage integration for Craft CMS

11100.7k1](/packages/craftcms-google-cloud)

PHPackages © 2026

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