agent icon indicating copy to clipboard operation
agent copied to clipboard

Use new Google Cloud Storage package for managing storage objects

Open aaronsky opened this issue 4 years ago • 1 comments

Note from the module used for the GCS Storage API package used by the agent:

import "google.golang.org/api/storage/v1"

Package storage provides access to the Cloud Storage JSON API.

This package is DEPRECATED. Use package cloud.google.com/go/storage instead.

Reporting this only because I couldn't find another issue for this, and as they say, "see something say something."

aaronsky avatar Sep 25 '20 21:09 aaronsky

Good pick up, thanks for letting us know @aaronsky!

jayco avatar Sep 27 '20 05:09 jayco