We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda2910 commit 6028757Copy full SHA for 6028757
1 file changed
packages/node-sdk/src/flagsFallbackProvider.ts
@@ -47,6 +47,10 @@ export type GCSFallbackProviderOptions = {
47
48
/**
49
* 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.
54
*/
55
client?: {
56
bucket(name: string): {
0 commit comments