DigitalOcean Spaces Sync

Plugin Banner

DigitalOcean Spaces Sync

by keeross

Download
Description

DigitalOcean Spaces Sync plugin connects your Media Library to a container in DigitalOcean Spaces. It syncs data from your website to cloud storage
and replaces links to images (optional). You may keep the media locally (on your server) and make backup copy to cloud storage, or just serve it all
from DigitalOcean Spaces.

In order to use this plugin, you have to create a DigitalOcean Spaces API key.

You may now define constants in order to configure the plugin. If the constant is defined, it overwrites the value from settings page.
Contants description:
– DOS_KEY – DigitalOcean Spaces key
– DOS_SECRET – DigitalOcean Spaces secret,
– DOS_ENDPOINT – DigitalOcean Spaces endpoint,
– DOS_CONTAINER – DigitalOcean Spaces container,
– DOS_STORAGE_PATH – The path to the file in the storage, will appear as a prefix,
– DOS_STORAGE_FILE_ONLY – Keep files only in DigitalOcean Spaces or not, values (true|false),
– DOS_STORAGE_FILE_DELETE – Remove files in DigitalOcean Spaces on delete or not, values (true|false),
– DOS_FILTER – A Regex filter,
– UPLOAD_URL_PATH – A full url to the files, WP Constant,
– UPLOAD_PATH – A path to the local files, WP Constant

There is a known issue with the built in WordPress Image Editor, it will not upload changed images. Know how to fix this, PR welcome.

  1. Upload the plugin files to the /wp-content/plugins/do-spaces-sync 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->DigitalOcean Spaces Sync screen to configure the plugin
  4. Create a DigitalOcean Spaces API key and container
  1. Configuration screen

    Configuration screen

Nio longer working

By jonaswebdev on March 5, 2024

I really was looking for a simple plugin to do this work, but the plugin is no longer working, and code issues are not allowing the integration with DO.

Good

By Optimizr (William Greatman) on November 19, 2020

I like it simplicity.

Great Promise But As Is ... Disaster

By Matthew Leffler (kymatt19) on May 7, 2020

The plugin is admittedly broken if updated to the latest wordpress version, based on support discussion, but its listed as compatible. It makes DB changes that are irreversible without undoing them manually and then if you deleted your local copy to use the destination space, you don't have anything to return too. So the plugin as is ... will just delete everything in uploads and rewrite your urls to an empty space.

Don't use this on a production website

By Brian Mutende (picocodes) on February 26, 2020

If it was possible to give a less than 1 rating I would happily do it. This plugin did not sync my media with DO spaces. What's worse, all media links on my website now link to my DO spaces CDN even though they were not synced. As a result, all images on my website appear broken. I wrote to support and received no reply so I'm left with nothing else to do but restore a backup of my site. I'm more than disappointed.

After delete doesnt got back to original settings

By idocohen on October 26, 2019

keep uploading to the cdn even when deleted. Adding the old media files to the cdn will be nice. supporting js/css would be also nice!

Useful plugin

By jimmy_mochi (tuanmy02051992) on August 7, 2019

Hope that plugin can support to upload exist images to DO in the future

Its works but breaks some plugins

By romanaft on July 14, 2019

It works fine but causes problems for other plugins. It brakes links of other plugin files. I would like some information on how to properly configure for WordPress multisite. Thank you @keeross!

works fine

By jcmelean on January 25, 2019

It works, It makes the job!

Great Plugin, Better than Cloud Media Plugin

By yosbeda on August 24, 2018

I love the simplicity of this plugin. "Storage prefix" option on file/path settings work like a charm, I can use one DO Space Bucket for multiple domain/website. That feature doesnt exist on Cloud Media Plugin. Great job!

worst plugin ever

By amatorPL on July 5, 2018

worst plugin ever, all links are broken, can't sync old media...

2.2.1

  • Changed “upload done” hook to improve performance (https://github.com/keeross/DigitalOcean-Spaces-Sync/issues/34)

2.2.0

  • Fix Test Connection ignore post data (https://github.com/keeross/DigitalOcean-Spaces-Sync/pull/27)
  • Fix dupe files in delete attachment (https://github.com/keeross/DigitalOcean-Spaces-Sync/pull/33)

2.1.0

  • Fix empty upload path cause create server real path in DO Space (https://github.com/keeross/DigitalOcean-Spaces-Sync/pull/15)
  • Fix PHP Deprecated warning (https://github.com/keeross/DigitalOcean-Spaces-Sync/pull/20)

2.0.5

  • Fixed issue with constant initialization
  • Updated packages

2.0.4

  • Fixed file_path for multisite setup
  • Fix preg_match() Warning if Filemask/Regex in DOS setting is empty

2.0.3

  • Fixed attachment save on image edit
  • It may now work with image optimization plugins, if not, report

2.0.2.1

  • Hotfix, thanks WP SVN, start using Git finally.

2.0.1

  • Rewrote the plugin.
  • Removed useless code.
  • Fixed unique filename problem.
  • Added constants that may be defined.

1.1.1

  • Removed attachment url rewrite, it was not consistent.

1.1.0.2

  • Had to push version up in order svn to catchup with updates.

1.1.0

  • Fixed filemasks, now using regex.
  • Added ability to rewrite attachment url for filtered files returning original url, this thing may be buggy, so waiting for reports.

1.0.8

  • Renamed the plugin.
  • Removed useless options.
  • Fixed file removal issue.
  • No need for region in S3Client.

1.0.7.1

  • A hotfix for logger.

1.0.7

  • Updated methods to fix non-images uploads.

1.0.6

  • Removed useless log messages.

1.0.3

  • Fixed upload path param.

1.0.2

  • Nothing really special, added icons and tested with WP 4.9.

1.0.1

  • Initial releasse.
Back to top