mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix 修复 minio 无 perfix 问题
This commit is contained in:
		@@ -99,7 +99,7 @@ public class MinioCloudStorageStrategy extends AbstractCloudStorageStrategy {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	@Override
 | 
						@Override
 | 
				
			||||||
	public UploadResult uploadSuffix(InputStream inputStream, String suffix, String contentType) {
 | 
						public UploadResult uploadSuffix(InputStream inputStream, String suffix, String contentType) {
 | 
				
			||||||
		return upload(inputStream, getPath("", suffix), contentType);
 | 
							return upload(inputStream, getPath(properties.getPrefix(), suffix), contentType);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Override
 | 
						@Override
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user