DigitalOcean Spaces Sync

DigitalOcean Spaces Sync Install Statistics

11
100%
Today: 11 Yesterday: 0 All-time: 23,542 downloads
DigitalOcean Spaces Sync Icon

Try plugin: DigitalOcean Spaces Sync

We'll create fresh WordPress site with DigitalOcean Spaces Sync installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About DigitalOcean Spaces Sync

This WordPress plugin syncs your media library with DigitalOcean Spaces Container.

9


0


1


0


3

updated: 4 years ago
since: 6 years ago
author: keeross

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.