This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
EVEREST-302 Improve validation for backupStorage #912
Annotations
11 errors and 1 warning
api/backup_storage.go#L250
cannot use params.AccessKey (variable of type string) as *string value in argument to e.createSecrets
|
api/backup_storage.go#L250
cannot use params.SecretKey (variable of type string) as *string value in argument to e.createSecrets
|
api/backup_storage.go#L353
invalid operation: params.AccessKey != nil (mismatched types string and untyped nil)
|
api/backup_storage.go#L361
invalid operation: params.SecretKey != nil (mismatched types string and untyped nil)
|
api/backup_storage.go#L429
cannot use params.BucketName (variable of type string) as *string value in struct literal
|
api/validation.go#L110
invalid operation: params.AccessKey != nil (mismatched types string and untyped nil)
|
api/validation.go#L111
invalid operation: cannot indirect params.AccessKey (variable of type string)
|
api/validation.go#L115
invalid operation: params.SecretKey != nil (mismatched types string and untyped nil)
|
api/validation.go#L116
invalid operation: cannot indirect params.SecretKey (variable of type string)
|
api/validation.go#L120
invalid operation: params.BucketName != nil (mismatched types string and untyped nil)
|
|
|
The logs for this run have expired and are no longer available.
Loading