PHPackages                             eddturtle/silverstripe-cloudassets-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. eddturtle/silverstripe-cloudassets-s3

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

eddturtle/silverstripe-cloudassets-s3
=====================================

Amazon S3 bucket driver for markguinn/silverstripe-cloudassets

0419PHP

Since Jun 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/eddturtle/silverstripe-cloudassets-s3)[ Packagist](https://packagist.org/packages/eddturtle/silverstripe-cloudassets-s3)[ RSS](/packages/eddturtle-silverstripe-cloudassets-s3/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Cloud Assets Module
===================

[](#cloud-assets-module)

Amazon S3 CloudFiles Driver
---------------------------

[](#amazon-s3-cloudfiles-driver)

**This module is not actively maintained and may not function as expected.**

CloudAssets module allows you to host all or part of the assets folder on a cloud storage container (CDN). You can find more details about how it works here:

This driver gives you the bucket type S3Bucket for connecting to CloudFiles.

This module can happily co-exist with other bucket driver modules.

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

[](#requirements)

- Silverstripe 3.1+
- Cloud Assets module
- AWS PHP SDK

Best way to install by far is `composer require edlinklater/silverstripe-cloudassets-s3`.

Example
-------

[](#example)

Assuming you have an S3 bucket called site-uploads:

*mysite/\_config/cloudassets.yml:*

```
---
name: assetsconfig
---
CloudAssets:
  map:
    'assets/Uploads':
      Type: S3Bucket
      BaseURL: 'http://yourcdnbaseurl.com/'
      Container: site-uploads
      Region: ap-southeast-2
      ApiKey: yourkey
      ApiSecret: yoursecret
      LocalCopy: true           # Doesn't work without LocalCopy at present

```

Developer(s)
------------

[](#developers)

- Ed Linklater
- derived from markguinn\\silverstripe-cloudassets-rackspace by Mark Guinn

Contributions welcome by pull request and/or bug report. Please follow Silverstripe code standards (tests would be nice).

License (MIT)
-------------

[](#license-mit)

Copyright (c) 2014 Mark Guinn, Ed Linklater

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/902607?v=4)[Edd Turtle](/maintainers/eddturtle)[@eddturtle](https://github.com/eddturtle)

---

Top Contributors

[![eddturtle](https://avatars.githubusercontent.com/u/902607?v=4)](https://github.com/eddturtle "eddturtle (4 commits)")[![edlinklater](https://avatars.githubusercontent.com/u/1176635?v=4)](https://github.com/edlinklater "edlinklater (4 commits)")[![edwilde](https://avatars.githubusercontent.com/u/415374?v=4)](https://github.com/edwilde "edwilde (3 commits)")

### Embed Badge

![Health badge](/badges/eddturtle-silverstripe-cloudassets-s3/health.svg)

```
[![Health](https://phpackages.com/badges/eddturtle-silverstripe-cloudassets-s3/health.svg)](https://phpackages.com/packages/eddturtle-silverstripe-cloudassets-s3)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M123](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M61](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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