fog / fog-google

Fog for Google Cloud Platform
MIT License
98 stars 146 forks source link

Switch to modern GCP Ruby Client #575

Closed pritho closed 1 year ago

pritho commented 2 years ago

Currently the simple Rest client from https://github.com/googleapis/google-api-ruby-client is used in the backend.

Switch to the modern client for better performance, reliability and more features would be great: https://github.com/googleapis/google-api-ruby-client

From the Docs: Google provides two types of Ruby API client libraries: simple REST clients and modern clients. For most users, we recommend the modern client, if one is available. Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance

(Created as a follow-up of https://github.com/fog/fog-google/issues/574)

github-actions[bot] commented 1 year ago

This issue has been marked inactive and will be closed if no further activity occurs.