PHPackages                             nowzoo/wp-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. nowzoo/wp-s3

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

nowzoo/wp-s3
============

Stores WordPress uploads on Amazon S3. Optionally allows you to use a Cloudfront distribution.

v0.3(11y ago)2621MITPHP

Since Apr 6Pushed 11y agoCompare

[ Source](https://github.com/nowzoo/wp-s3)[ Packagist](https://packagist.org/packages/nowzoo/wp-s3)[ Docs](https://github.com/nowzoo/wp-s3)[ RSS](/packages/nowzoo-wp-s3/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

NowZoo WordPress S3
===================

[](#nowzoo-wordpress-s3)

Stores WordPress uploads in an Amazon S3 bucket. Optionally, enables the use of a Cloudfront distribution.

\##Features

- Works on both network and single WordPress installations. The bucket directly mirrors the `wp-content/uploads` directory.
- Syncs files immediately on upload, edit and delete.
- Can sync all a site's uploads at once -- useful if you are importing a site.

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

[](#installation)

```
$ composer require nowzoo/wp-s3

```

Instantiate the admin panels by including this code somewhere (e.g in `wp-content/mu-plugins/index.php`):

```
