Fix comments on GoogleGcsUrlReader
Signed-off-by: Martina Iglesias Fernandez <martina@roadie.io>
This commit is contained in:
Vendored
+14
@@ -149,5 +149,19 @@ export interface Config {
|
||||
*/
|
||||
baseUrl?: string;
|
||||
}>;
|
||||
|
||||
/** Integration configuration for Google Cloud Storage */
|
||||
googleGcs?: Array<{
|
||||
/**
|
||||
* Service account email used to authenticate requests.
|
||||
* @visibility secret
|
||||
*/
|
||||
clientEmail?: string;
|
||||
/**
|
||||
* Service account private key used to authenticate requests.
|
||||
* @visibility secret
|
||||
*/
|
||||
privateKey?: string;
|
||||
}>;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user