Fix #4930
This commit is contained in:
		
							parent
							
								
									54bfffa7b9
								
							
						
					
					
						commit
						62cbb92154
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		|  | @ -199,6 +199,7 @@ async function upload(key: string, stream: fs.ReadStream | Buffer, type: string, | |||
| 
 | ||||
| 	const minio = new Minio.Client({ | ||||
| 		endPoint: meta.objectStorageEndpoint!, | ||||
| 		region: meta.objectStorageRegion ? meta.objectStorageRegion : undefined, | ||||
| 		port: meta.objectStoragePort ? meta.objectStoragePort : undefined, | ||||
| 		useSSL: meta.objectStorageUseSSL, | ||||
| 		accessKey: meta.objectStorageAccessKey!, | ||||
|  |  | |||
|  | @ -21,6 +21,7 @@ export default async function(file: DriveFile, isExpired = false) { | |||
| 
 | ||||
| 		const minio = new Minio.Client({ | ||||
| 			endPoint: meta.objectStorageEndpoint!, | ||||
| 			region: meta.objectStorageRegion ? meta.objectStorageRegion : undefined, | ||||
| 			port: meta.objectStoragePort ? meta.objectStoragePort : undefined, | ||||
| 			useSSL: meta.objectStorageUseSSL, | ||||
| 			accessKey: meta.objectStorageAccessKey!, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue