class SyncFog::Configuration

Attributes

fog_attributes[RW]

Metadata attributes to put for each file Default is { }

fog_credentials[RW]

Basic Fog configuration see [Fog Docs](fog.io/about/provider_documentation.html) Required to set!

fog_directory[RW]

Bucket/Container to use for syncing. Note: This container should be only used for assets syncing. All other files will be removed automatically! Required to set!

hook_enabled[RW]

Enable/Disable automatic sync whenever rake assets:precompile runs. Default is true

num_threads[RW]

Number of Threads to use simultaniously Default is 5

skip_existing[RW]

Set this to true if the file names of your assets change whenever their content updates (asset digests). Default is true

source_dir[RW]

Directory to be synced. This would typically point to public/assets Required to set!

use_gzip[RW]

Enable/Disable upload only gzip variants and set correct headers. Default is true