From c40ed2f0906b5537bc8eba6f2fa5d2f625c07e11 Mon Sep 17 00:00:00 2001 From: Juris Galang Date: Sun, 21 Nov 2010 18:56:41 +0800 Subject: [PATCH] Added google_storage_* keys Fixed indentations. --- lib/fog/core/credentials.rb | 38 +++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/lib/fog/core/credentials.rb b/lib/fog/core/credentials.rb index cc4d75917..5bc663dc6 100644 --- a/lib/fog/core/credentials.rb +++ b/lib/fog/core/credentials.rb @@ -30,24 +30,26 @@ module Fog yml = <<-YML :#{credential}: - :aws_access_key_id: INTENTIONALLY_LEFT_BLANK - :aws_secret_access_key: INTENTIONALLY_LEFT_BLANK - :bluebox_api_key: INTENTIONALLY_LEFT_BLANK - :bluebox_customer_id: INTENTIONALLY_LEFT_BLANK - :brightbox_client_id: INTENTIONALLY_LEFT_BLANK - :brightbox_secret: INTENTIONALLY_LEFT_BLANK - :go_grid_api_key: INTENTIONALLY_LEFT_BLANK - :go_grid_shared_secret: INTENTIONALLY_LEFT_BLANK - :local_root: INTENTIONALLY_LEFT_BLANK - :new_servers_password: INTENTIONALLY_LEFT_BLANK - :new_servers_username: INTENTIONALLY_LEFT_BLANK - :public_key_path: INTENTIONALLY_LEFT_BLANK - :private_key_path: INTENTIONALLY_LEFT_BLANK - :rackspace_api_key: INTENTIONALLY_LEFT_BLANK - :rackspace_username: INTENTIONALLY_LEFT_BLANK - :slicehost_password: INTENTIONALLY_LEFT_BLANK - :terremark_username: INTENTIONALLY_LEFT_BLANK - :terremark_password: INTENTIONALLY_LEFT_BLANK + :aws_access_key_id: INTENTIONALLY_LEFT_BLANK + :aws_secret_access_key: INTENTIONALLY_LEFT_BLANK + :bluebox_api_key: INTENTIONALLY_LEFT_BLANK + :bluebox_customer_id: INTENTIONALLY_LEFT_BLANK + :brightbox_client_id: INTENTIONALLY_LEFT_BLANK + :brightbox_secret: INTENTIONALLY_LEFT_BLANK + :go_grid_api_key: INTENTIONALLY_LEFT_BLANK + :go_grid_shared_secret: INTENTIONALLY_LEFT_BLANK + :google_storage_access_key_id: INTENTIONALLY_LEFT_BLANK + :google_storage_secret_access_key: INTENTIONALLY_LEFT_BLANK + :local_root: INTENTIONALLY_LEFT_BLANK + :new_servers_password: INTENTIONALLY_LEFT_BLANK + :new_servers_username: INTENTIONALLY_LEFT_BLANK + :public_key_path: INTENTIONALLY_LEFT_BLANK + :private_key_path: INTENTIONALLY_LEFT_BLANK + :rackspace_api_key: INTENTIONALLY_LEFT_BLANK + :rackspace_username: INTENTIONALLY_LEFT_BLANK + :slicehost_password: INTENTIONALLY_LEFT_BLANK + :terremark_username: INTENTIONALLY_LEFT_BLANK + :terremark_password: INTENTIONALLY_LEFT_BLANK YML print(yml) raise(ArgumentError.new("Missing Credentials"))