add streaming to upload/download of backup #286
Annotations
7 errors and 1 warning
Lint:
cmd/internal/backup/providers/gcp/gcp_integration_test.go#L98
not enough arguments in call to p.UploadBackup
|
Lint:
cmd/internal/backup/providers/gcp/gcp_integration_test.go#L156
assignment mismatch: 2 variables but p.DownloadBackup returns 1 value
|
Lint:
cmd/internal/backup/providers/gcp/gcp_integration_test.go#L156
cannot use "" (constant of type string) as io.Writer value in argument to p.DownloadBackup: string does not implement io.Writer (missing method Write) (typecheck)
|
Lint:
cmd/internal/backup/providers/s3/s3_integration_test.go#L90
not enough arguments in call to p.UploadBackup
|
Lint:
cmd/internal/backup/providers/s3/s3_integration_test.go#L150
assignment mismatch: 2 variables but p.DownloadBackup returns 1 value
|
Lint:
cmd/internal/backup/providers/s3/s3_integration_test.go#L150
cannot use "" (constant of type string) as io.Writer value in argument to p.DownloadBackup: string does not implement io.Writer (missing method Write) (typecheck)
|
Lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading