mirror of https://github.com/kubernetes/kops.git
Remove TODO that was not addressed for a long time
This commit is contained in:
parent
831e3f0e57
commit
56af880c53
|
@ -119,8 +119,6 @@ func (p *S3Path) Remove() error {
|
|||
|
||||
_, err = client.DeleteObject(request)
|
||||
if err != nil {
|
||||
// TODO: Check for not-exists, return os.NotExist
|
||||
|
||||
return fmt.Errorf("error deleting %s version %q: %v", p, aws.StringValue(version.VersionId), err)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue