Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theranger/dosync
DigitalOcean Spaces Sync Plugin
https://github.com/theranger/dosync
digitalocean s3-bucket wordpress wordpress-plugin
Last synced: 9 days ago
JSON representation
DigitalOcean Spaces Sync Plugin
- Host: GitHub
- URL: https://github.com/theranger/dosync
- Owner: theranger
- License: apache-2.0
- Created: 2020-03-27T00:13:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T18:12:19.000Z (over 2 years ago)
- Last Synced: 2023-03-02T11:56:41.580Z (over 1 year ago)
- Topics: digitalocean, s3-bucket, wordpress, wordpress-plugin
- Language: PHP
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# About
This plugin captures all file uploads (images and attachments) and stores files in DigitalOcean Spaces container. Files are deleted from Wordpress upload directory to save disk space. File locations are changed accordingly to point to DigitalOcean Spaces container.
When deleting files from media library, they will be removed from Spaces bucket as well.This plugin has a basic support to move existing media library items to Spaces. Please be careful, making backups from existing library is highly recommended before trying this!
# Installation
1. Upload the plugin files to the `/wp-content/plugins/dosync` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the `Plugins` screen in WordPress.
3. Use the `Settings -> DOSync` page to configure the plugin (Digital Ocean API key required).# Credits
* @bitkidd - Original version of this plugin (https://github.com/bitkidd/DigitalOcean-Spaces-Sync)