diff --git a/auth/auth.js b/auth/auth.js index 343e6caa00..8eafc4a70b 100644 --- a/auth/auth.js +++ b/auth/auth.js @@ -23,7 +23,7 @@ function authCloudImplicit () { // [START auth_cloud_implicit] // Imports the Google Cloud client library. - const Storage = require('@google-cloud/storage'); + const { Storage } = require('@google-cloud/storage'); // Instantiates a client. If you don't specify credentials when constructing // the client, the client library will look for credentials in the