mirror of
				https://github.com/minio/minio.git
				synced 2025-10-29 15:55:00 -04:00 
			
		
		
		
	Fix DeleteObjects() to remove renamed objects inside (#8072)
This commit is contained in:
		
							parent
							
								
									bf9b619d86
								
							
						
					
					
						commit
						1cd801b2e9
					
				| @ -185,7 +185,7 @@ func cleanupObjectsBulk(ctx context.Context, storage StorageAPI, volume string, | ||||
| 		if errs[idx] != nil { | ||||
| 			continue | ||||
| 		} | ||||
| 		output, err := traverse(objPath) | ||||
| 		output, err := traverse(retainSlash(pathJoin(objPath))) | ||||
| 		if err != nil { | ||||
| 			errs[idx] = err | ||||
| 			continue | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user