Skip to content

Commit 2e729c4

Browse files
authored
Merge pull request #446 from Temikus/update_service_parameters
Update service options with new client option
2 parents c6b0533 + 1749e9b commit 2e729c4

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

lib/fog/dns/google.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class Google < Fog::Service
88
recognizes(
99
:app_name,
1010
:app_version,
11+
:google_application_default,
1112
:google_auth,
1213
:google_client,
1314
:google_client_options,

lib/fog/google/monitoring.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ class Monitoring < Fog::Service
88
recognizes(
99
:app_name,
1010
:app_version,
11+
:google_application_default,
12+
:google_auth,
1113
:google_client,
1214
:google_client_options,
1315
:google_key_location,

lib/fog/google/pubsub.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class Pubsub < Fog::Service
88
recognizes(
99
:app_name,
1010
:app_version,
11+
:google_application_default,
1112
:google_auth,
1213
:google_client,
1314
:google_client_options,

lib/fog/google/sql.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class SQL < Fog::Service
88
recognizes(
99
:app_name,
1010
:app_version,
11+
:google_application_default,
1112
:google_auth,
1213
:google_client,
1314
:google_client_options,

lib/fog/storage/google_json.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class GoogleJSON < Fog::Service
99
recognizes(
1010
:app_name,
1111
:app_version,
12+
:google_application_default,
1213
:google_auth,
1314
:google_client,
1415
:google_client_options,

0 commit comments

Comments
 (0)