mirror of
				https://github.com/minio/minio.git
				synced 2025-10-29 15:55:00 -04:00 
			
		
		
		
	Add GetBucketInfo toStorageErr conversion (#19005)
Convert error to storageError since it is used for quorum calculations here: ff80cfd83d/cmd/peer-s3-client.go (L339)
			
			
This commit is contained in:
		
							parent
							
								
									d28bf71f25
								
							
						
					
					
						commit
						7e082f232e
					
				| @ -30,7 +30,7 @@ import ( | ||||
| 	"time" | ||||
| 
 | ||||
| 	"github.com/minio/madmin-go/v3" | ||||
| 	grid "github.com/minio/minio/internal/grid" | ||||
| 	"github.com/minio/minio/internal/grid" | ||||
| 	xhttp "github.com/minio/minio/internal/http" | ||||
| 	"github.com/minio/minio/internal/logger" | ||||
| 	"github.com/minio/minio/internal/rest" | ||||
| @ -400,7 +400,7 @@ func (client *remotePeerS3Client) GetBucketInfo(ctx context.Context, bucket stri | ||||
| 
 | ||||
| 	volInfo, err := headBucketHandler.Call(ctx, conn, mss) | ||||
| 	if err != nil { | ||||
| 		return BucketInfo{}, err | ||||
| 		return BucketInfo{}, toStorageErr(err) | ||||
| 	} | ||||
| 
 | ||||
| 	return BucketInfo{ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user