Merge pull request #1983 from mei23/mei-osct
This commit is contained in:
		
						commit
						951b693d17
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -25,7 +25,7 @@ async function save(readable: stream.Readable, name: string, type: string, hash:
 | 
				
			||||||
		const minio = new Minio.Client(config.drive.config);
 | 
							const minio = new Minio.Client(config.drive.config);
 | 
				
			||||||
		const id = uuid.v4();
 | 
							const id = uuid.v4();
 | 
				
			||||||
		const obj = `${config.drive.prefix}/${id}`;
 | 
							const obj = `${config.drive.prefix}/${id}`;
 | 
				
			||||||
		await minio.putObject(config.drive.bucket, obj, readable);
 | 
							await minio.putObject(config.drive.bucket, obj, readable, size, { 'Content-Type': type });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Object.assign(metadata, {
 | 
							Object.assign(metadata, {
 | 
				
			||||||
			withoutChunks: true,
 | 
								withoutChunks: true,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue