Method: Boxen::Config#s3host
- Defined in:
- lib/boxen/config.rb
#s3host ⇒ Object
The S3 host name. Default is ‘“s3.amazonaws.com”`. Respects the BOXEN_S3_HOST environment variable.
315 316 317 |
# File 'lib/boxen/config.rb', line 315 def s3host @s3host || ENV["BOXEN_S3_HOST"] || "s3.amazonaws.com" end |