commit
						5379d65edc
					
				| @ -40,7 +40,9 @@ exports.uploadImage = function (imagePath, callback) { | ||||
|         callback(new Error(err), null) | ||||
|         return | ||||
|       } | ||||
|       callback(null, `${protocol}://${config.minio.endPoint}:${config.minio.port}/${config.s3bucket}/${key}`) | ||||
|       let hidePort = [80, 443].includes(config.minio.port) | ||||
|       let urlPort = hidePort ? '' : `:${config.minio.port}` | ||||
|       callback(null, `${protocol}://${config.minio.endPoint}${urlPort}/${config.s3bucket}/${key}`) | ||||
|     }) | ||||
|   }) | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user