nuvo / skbn

Copy files and directories between Kubernetes and cloud storage
Apache License 2.0
72 stars 75 forks source link

add support for gcs #12

Closed Simon3 closed 5 years ago

Simon3 commented 5 years ago

Hello, this is my contribution to add support for Google Cloud Storage both as source and destination. This is the very first time I'm writing Go code so I'm open to any suggestions for improvements :)

I actually need this feature to be able to schedule Cassandra backups from Kubernetes to GCS using nuvo/cain via incubator/cassandra Helm chart. So once this feature is production ready, don't forget to bump cain with the new version of skbn so I can start woking on those backups!

Simon3 commented 5 years ago

Close since already merged to maorfr/skbn