jmstacey / cfbackup

A simple ruby program intended to serve as a useful tool for automated backups to Rackspace Cloud Files.
https://github.com/jmstacey/cfbackup/wiki
Other
11 stars 3 forks source link

No support for Rackspace UK Cloud #18

Open paulbeattie opened 13 years ago

paulbeattie commented 13 years ago

No config option to specify which RS Cloud to use.

jmstacey commented 13 years ago

It looks like the ruby-cloudfiles API provides a constant:

:auth_url => CloudFiles::AUTH_UK

Option 1: Add additional option such as --uk_cloud. Option 2: Add --auth_url option and require the UK URL to be required but future proof CFBackup for future data centers that Rackspace may make available. Option 3: Do both options 1 and 2.

I'm inclined for option 3 to kill two birds with one stone so to speak. If someone provides a patch I'll merge it.