forked from TrueCloudLab/frostfs-node
[#486] put service: Fix error typo
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
fcbf90d31b
commit
a65e26878b
2 changed files with 3 additions and 3 deletions
|
@ -131,7 +131,7 @@ func (s *Service) validatePutSingleChecksum(obj *objectSDK.Object) error {
|
|||
|
||||
func (s *Service) validatePutSingleObject(ctx context.Context, obj *objectSDK.Object) error {
|
||||
if err := s.fmtValidator.Validate(ctx, obj, false); err != nil {
|
||||
return fmt.Errorf("coult not validate object format: %w", err)
|
||||
return fmt.Errorf("coud not validate object format: %w", err)
|
||||
}
|
||||
|
||||
_, err := s.fmtValidator.ValidateContent(obj)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue