We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0422492 commit 0a83426Copy full SHA for 0a83426
packages/cubejs-prestodb-driver/src/PrestoDriver.ts
@@ -321,7 +321,7 @@ export class PrestoDriver extends BaseDriver implements DriverInterface {
321
const tableWithCatalogAndSchema = `${this.config.catalog}.${schema}.${tableName}`;
322
323
const protocol = {
324
- gcs: 'gc',
+ gcs: 'gs',
325
s3: this.config.exportBucketS3AdvancedFS ? 's3a' : 's3'
326
}[bucketType || 'gcs'];
327
0 commit comments