vmware-archive / cfops

This is simply an automation that is based on the supported way to back up Pivotal Cloud Foundry
http://www.cfops.io
Apache License 2.0
35 stars 24 forks source link

cfops backups cannot be backedup to a s3 compatible blob store #78

Closed kelapure closed 8 years ago

kelapure commented 8 years ago

If I am using cfops with s3 where do I configure the URL of my s3 host ? Does cfops assume amazon AWS s3 ?

cfops documentation claims that You can use an s3 compatible blobstore for backups How is this achieved.

All the documentation and reading the code only points to support for AWS S3

Can someone shed light on the non AWS S3 compatibility of cfops s3 backups

kelapure commented 8 years ago

From @xchapter7x

So the missing piece of the puzzle is setting this env variable

export S3_DOMAIN=<some_compatible_s3_store_url>