mhausenblas / reshifter

Kubernetes cluster state management
https://hackernoon.com/introducing-reshifter-for-kubernetes-backup-restore-migration-upgrade-ffaf78da36
Apache License 2.0
294 stars 30 forks source link

Writing back-up to folder in S3 bucket. #21

Closed sreekanth-ragi closed 6 years ago

sreekanth-ragi commented 6 years ago

Hi Michael,

Following up on my question earlier in the day, I tried writing the backup to a folder name and following is the result.

rcli backup create etcd:port --bucket bktname/foldername --remote s3.amazonaws.com

It returned with the error. ERRO[0081] Bucket name contains invalid characters

What am I doing wrong?

Thanks, Sreekanth

mhausenblas commented 6 years ago

Drop the foldername, only --bucket bktname

sreekanth-ragi commented 6 years ago

In which it is writing directly under the bucket, does not go into the folder present inside the bucket.

mhausenblas commented 6 years ago

Yup, that's as it should be, no folder support at present I'm afraid.

sreekanth-ragi commented 6 years ago

@mhausenblas : Thank you for the confirmation.