mirror of
				https://github.com/minio/minio.git
				synced 2025-10-29 15:55:00 -04:00 
			
		
		
		
	browser: Avoid logging BucketNotEmpty error (#8110)
This commit is contained in:
		
							parent
							
								
									de736f2864
								
							
						
					
					
						commit
						2e19619e79
					
				| @ -1972,6 +1972,8 @@ func toWebAPIError(ctx context.Context, err error) APIError { | ||||
| 		return getAPIError(ErrStorageFull) | ||||
| 	case BucketNotFound: | ||||
| 		return getAPIError(ErrNoSuchBucket) | ||||
| 	case BucketNotEmpty: | ||||
| 		return getAPIError(ErrBucketNotEmpty) | ||||
| 	case BucketExists: | ||||
| 		return getAPIError(ErrBucketAlreadyOwnedByYou) | ||||
| 	case BucketNameInvalid: | ||||
|  | ||||
| @ -338,7 +338,7 @@ func testDeleteBucketWebHandler(obj ObjectLayer, instanceType string, t TestErrH | ||||
| 		{"minio", false, "false token", "Authentication failed"}, | ||||
| 		{"minio", false, token, "The specified bucket is not valid"}, | ||||
| 		{bucketName, false, token, ""}, | ||||
| 		{bucketName, true, token, "Bucket not empty"}, | ||||
| 		{bucketName, true, token, "The bucket you tried to delete is not empty"}, | ||||
| 		{bucketName, false, "", "JWT token missing"}, | ||||
| 	} | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user