offen / docker-volume-backup

Backup Docker volumes locally or to any S3, WebDAV, Azure Blob Storage, Dropbox or SSH compatible storage
https://offen.github.io/docker-volume-backup/
Mozilla Public License 2.0
1.92k stars 81 forks source link

Would it be possible to support Google Drive #471

Closed dustin-auby closed 4 days ago

dustin-auby commented 5 days ago

Hi, would it be possible to use google drive or event a google storage bucket. we only use google services and at the moment have no way to implement this.

m90 commented 5 days ago

Google Cloud Storage does support the S3 protocol, so you can definitely use it as a backend for this tool using the S3 configuration: https://cloud.google.com/storage/docs/interoperability

As for Google Drive, I'd think it's probably possible but also complicated to an extent where I'm not sure it's worth it. This has also been discussed here #103