keeross
Forum Replies Created
-
Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Improve action_delete_attachmentHey!
Could you please open a PR on github?Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Upload folder at DO SpacesOkay, let me explain.
So, for example you want to keep multiple website files in one container, you’ll have to change the prefix for each of these websites, let’s say one of them isproduction
.
As you changed the prefix, you have to change the full url path, so it will point to exact location, in our example it will become:https://single-container.ams3.cdn.digitaloceanspaces.com/production
Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] where do I find the ‘container’?Container is the bucket, the actual name of your “space”.
Let’s assume you created one and named it as “my-awesome-website”, so you should use this name in that field.Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Compatibility with image optimization pluginsHave to think about this, basically I tend to choose one plugin that is the best in image optimization and optimize DOSS under it.
But still thinking.Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Multi siteYes, I do use it on multisite project
Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Cannot Regenerate ThumbnailsFiles are not kept on the server itself, that is why it cannot regenerate thumbnails.
Resolved
Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Need Help Multisite media folderPlease update to 2.0.4 and try again, should be fixed now.
Fixed in 2.0.2.1
Yeah, fixed this in 2.0.2.1
Hey! Well, that is a known problem and it is due to the fact that WP ecosystem is very different, and WP itself is not a strict system. Each and every plugin developer tends to upload files somehow different, creating new and different methods for that.
The plugin itself is not monitoring uploads folder, it uses official WP hooks that allow to add custom code to the uploading process, and then sync your files to Spaces.
So this is the reason why it may not work for some use cases, unfortunately.Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Undefined variable: first_file – settings_page.phpFixed
Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Disable duplicate overwriteFixed this in v.2, will release in a couple of days.
Testing.Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Is rClone necessary with this plugin?Yes, it does, but you need rclone for initial file move, as soon as plugin will not sync your old files to Spaces.
So the flow looks like this:
1. You configure rclone (or any other tool) and copy your old media files to Spaces, keeping the original folder structure (year/month, or any other configured on your website).
2. You configure the plugin and turn it on.
3. You test it out, verify that it is working as is should be.
4. You remove old files from your server, keeping them on Spaces.That’s it.
Forum: Plugins
In reply to: [DigitalOcean Spaces Sync] Compatible with multisite?Constants will be available in v.2, will release it in a couple of days.