out of code Gives developer their own S3 bucket and stuff Works extraordinarily well with Heroku Helps follow http://www.12factor.net/ Wednesday, February 6, 13
end # or Super Fancy Pants: Fog.configure do |config| config.directory_name = ENV.fetch('S3_BUCKET_NAME') { raise ArgumentError.new “Missing S3 BUCKET NAME” } end Wednesday, February 6, 13