DigitalOcean Spaces

A number of s3 competitors exist (DigitalOcean, Minio, OpenStack, and the list goes on). We’re specifically focused on using DigitalOcean Spaces as an s3 replacement which we’re trying to use with Vertical Backup.

It seems that Amazon s3 as an endpoint is hardcoded in Vertical Backup which is causing Vertical Backup to connect to Amazon s3 regardless of the storage URL. Is there a way that the s3 URL can be made more flexible (i.e., ability to specify an endpoint and bucket) to support these drop-in s3 replacements?

Thanks!

I’ll try DigitalOcean Spaces myself over the weekend and get you a working version before Monday.

I uploaded a new 1.0.4 build at http://acrosync.com/esxi/vertical (sha256sum: 06d674761b35e637f7feed76e97f9929571d7e2e026c936117763197b68c53e0).

The storage url format for DigitalOcean Spaces is s3://nyc3.digitaloceanspaces.com/bucketname.

Nice! Thanks for the amazingly quick turnaround!

Everything seems to be working; we’re running some tests now!