Skip to content

Commit c7bc911

Browse files
committed
bugfix: gcp behind an https proxy
1 parent aa2b207 commit c7bc911

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/management/configuration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ function patchConfiguration(newConf, log, cb) {
160160
bucketMatch: l.details.bucketMatch,
161161
gcpEndpoint: l.details.endpoint ||
162162
'storage.googleapis.com',
163+
https: true,
163164
};
164165
}
165166
break;

tests/unit/management/configuration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ describe('patchConfiguration', () => {
239239
},
240240
gcpEndpoint: 'gcp.end.point',
241241
mpuBucketName: undefined,
242+
https: true,
242243
},
243244
legacyAwsBehavior: false,
244245
isTransient: false,

0 commit comments

Comments
 (0)