mirror of
				https://github.com/minio/minio.git
				synced 2025-10-29 15:55:00 -04:00 
			
		
		
		
	fix: fanout error response - error must be string for marshaling (#17433)
Uses https://github.com/minio/minio-go/pull/1839
This commit is contained in:
		
							parent
							
								
									a9082e4f79
								
							
						
					
					
						commit
						4a562d6732
					
				| @ -1313,7 +1313,7 @@ func (api objectAPIHandlers) PostPolicyBucketHandler(w http.ResponseWriter, r *h | ||||
| 				if errs[i] != nil { | ||||
| 					fanOutResp = append(fanOutResp, minio.PutObjectFanOutResponse{ | ||||
| 						Key:   objInfo.Name, | ||||
| 						Error: errs[i], | ||||
| 						Error: errs[i].Error(), | ||||
| 					}) | ||||
| 					continue | ||||
| 				} | ||||
|  | ||||
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							| @ -49,7 +49,7 @@ require ( | ||||
| 	github.com/minio/highwayhash v1.0.2 | ||||
| 	github.com/minio/kes-go v0.1.0 | ||||
| 	github.com/minio/madmin-go/v2 v2.2.0 | ||||
| 	github.com/minio/minio-go/v7 v7.0.55-0.20230525060734-b7836f021bfb | ||||
| 	github.com/minio/minio-go/v7 v7.0.57-0.20230615143647-1685fd850b3c | ||||
| 	github.com/minio/mux v1.9.0 | ||||
| 	github.com/minio/pkg v1.7.3 | ||||
| 	github.com/minio/selfupdate v0.6.0 | ||||
|  | ||||
							
								
								
									
										4
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								go.sum
									
									
									
									
									
								
							| @ -792,8 +792,8 @@ github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34= | ||||
| github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM= | ||||
| github.com/minio/minio-go/v6 v6.0.46/go.mod h1:qD0lajrGW49lKZLtXKtCB4X/qkMf0a5tBvN2PaZg7Gg= | ||||
| github.com/minio/minio-go/v7 v7.0.41/go.mod h1:nCrRzjoSUQh8hgKKtu3Y708OLvRLtuASMg2/nvmbarw= | ||||
| github.com/minio/minio-go/v7 v7.0.55-0.20230525060734-b7836f021bfb h1:oW9owq24i06IMYrfufzdjLH5S4rcOc9M1f7Cak+Ya5I= | ||||
| github.com/minio/minio-go/v7 v7.0.55-0.20230525060734-b7836f021bfb/go.mod h1:NUDy4A4oXPq1l2yK6LTSvCEzAMeIcoz9lcj5dbzSrRE= | ||||
| github.com/minio/minio-go/v7 v7.0.57-0.20230615143647-1685fd850b3c h1:2xJqn0pig2qZgl5A+i1vgPbbpt+76XBpDo70T12G3xE= | ||||
| github.com/minio/minio-go/v7 v7.0.57-0.20230615143647-1685fd850b3c/go.mod h1:NUDy4A4oXPq1l2yK6LTSvCEzAMeIcoz9lcj5dbzSrRE= | ||||
| github.com/minio/mux v1.9.0 h1:dWafQFyEfGhJvK6AwLOt83bIG5bxKxKJnKMCi0XAaoA= | ||||
| github.com/minio/mux v1.9.0/go.mod h1:1pAare17ZRL5GpmNL+9YmqHoWnLmMZF9C/ioUCfy0BQ= | ||||
| github.com/minio/pkg v1.5.4/go.mod h1:2MOaRFdmFKULD+uOLc3qHLGTQTuxCNPKNPfLBTxC8CA= | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user