Method: Omnibus::Config#use_s3_caching

Defined in:
lib/omnibus/config.rb

#use_s3_caching(value = NULL) ⇒ true, false

Indicate if you wish to cache software artifacts in S3 for quicker build times. Requires #s3_bucket, #s3_access_key, and #s3_secret_key to be set if this is set to true.

Returns:

  • (true, false)


277
# File 'lib/omnibus/config.rb', line 277

default(:use_s3_caching, false)