I have a Linode server running a wordpress site, the media in /wp-content/uploads its getting big and filling up my server SSD drive. So I want to move it to Google Cloud Storage.
I have checkout WP2CLOUD but requires ClouSE wich does not support MySQL server 5.1.73-1. Im running Debian with linux 2.6.32-5-amd64.
If you are looking to upload WordPress media files into Google Cloud Storage, install the WP-Stateless plugin. It’s free and I run it across all my client WordPress websites.
Seems that WP2Cloud (WordPress plugin) may be a perfect solution for you.
It allows you to either
Supports both Amazon S3 and Google Cloud Storage
First you need to create a bucket
ex. cloud.my-domain.com
.Get Google Client PHP
There are plenty of examples already in there for how to authenticate.
WordPress
I have disabled the option
Organize my uploads into month- and year-based folders
therefore right after an image is uploaded to the storage the wp-upload get’s cleared on every upload.