S3 Media Sync
Sync full media backups to S3.
by Alexis Kulash, WordPress VIP · github.com/automattic/s3-media-sync
★ 24stars
20release downloads
4.1kcomposer installs
8forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/automattic/s3-media-sync/releases/download/1.4.1/s3-media-sync.zipAlso on Packagist as wpcomvip/s3-media-sync:
composer require wpcomvip/s3-media-syncFrom the readme
S3 Media Sync
A WordPress plugin that syncs media uploads to Amazon S3, providing reliable cloud storage for your WordPress media library.
Overview
S3 Media Sync syncs the uploads directory of a WordPress environment to an AWS S3 instance, ensuring your media files are safely stored and easily accessible. This plugin is ideal for WordPress sites that need:
- Cloud-based media storage
- Better reliability and scalability for media files
- Improved performance for media-heavy sites
Props to S3-Uploads and Human Made for creating much of the functionality on which this plugin is based.
Key Features
- Automatic Syncing: Automatically uploads media files to S3 as they're added to WordPress
- WP-CLI Integration: Command-line tools for bulk operations and management
- Configurable Storage: Support for custom bucket paths and AWS regions
- Simple Setup: Easy-to-use settings page for configuration
Documentation
For detailed information, p
Read the full README on GitHub →