Backup::Syncer::Cloud::Base
Rackspace CloudFiles Credentials
Rackspace AuthURL (optional)
Rackspace CloudFiles Container
Additional options to pass along to fog. e.g. Fog::Storage.new({ :provider => ‘Rackspace’ }.merge(fog_options))
Rackspace Region (optional)
Rackspace Service Net (LAN-based transfers to avoid charges and improve performance)
# File lib/backup/syncer/cloud/cloud_files.rb, line 35 def initialize(syncer_id = nil) super @servicenet ||= false check_configuration end
[Validate]
Generated with the Darkfish Rdoc Generator 2.