Skip to content

Commit 6028757

Browse files
committed
chore(node-sdk): note gcs client cleanup for next major
1 parent cda2910 commit 6028757

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/node-sdk/src/flagsFallbackProvider.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ export type GCSFallbackProviderOptions = {
4747

4848
/**
4949
* Optional GCS client. A default client is created when omitted.
50+
*
51+
* TODO(next major): Replace this legacy `bucket().file()` client shape with
52+
* a simpler object-store interface that doesn't mirror the deprecated
53+
* `@google-cloud/storage` API.
5054
*/
5155
client?: {
5256
bucket(name: string): {

0 commit comments

Comments
 (0)