File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ File.prototype.createReadStream = function(options) {
425425 var crc32c = validation === 'crc32c' || validation === 'all' ;
426426 var md5 = validation === 'md5' || validation === 'all' ;
427427
428- var remoteFilePath = util . format ( 'https://{b}. storage.googleapis.com/{o}' , {
428+ var remoteFilePath = util . format ( 'https://storage.googleapis.com/{b} /{o}' , {
429429 b : this . bucket . name ,
430430 o : encodeURIComponent ( this . name )
431431 } ) ;
Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ describe('File', function() {
395395 }
396396
397397 it ( 'should create an authorized request' , function ( done ) {
398- var expectedPath = util . format ( 'https://{b}. storage.googleapis.com/{o}' , {
398+ var expectedPath = util . format ( 'https://storage.googleapis.com/{b} /{o}' , {
399399 b : file . bucket . name ,
400400 o : encodeURIComponent ( file . name )
401401 } ) ;
You can’t perform that action at this time.
0 commit comments