Skip to content

Commit

Permalink
bugfix: gcp behind an https proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomoguiulfo committed Jul 12, 2018
1 parent aa2b207 commit c7bc911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/management/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ function patchConfiguration(newConf, log, cb) {
bucketMatch: l.details.bucketMatch,
gcpEndpoint: l.details.endpoint ||
'storage.googleapis.com',
https: true,
};
}
break;
Expand Down
1 change: 1 addition & 0 deletions tests/unit/management/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ describe('patchConfiguration', () => {
},
gcpEndpoint: 'gcp.end.point',
mpuBucketName: undefined,
https: true,
},
legacyAwsBehavior: false,
isTransient: false,
Expand Down

0 comments on commit c7bc911

Please sign in to comment.