use tusd datastorages #4317
Annotations
10 errors and 1 warning
pkg/storage/utils/tus/s3store.go#L424
Error return value of `io.Copy` is not checked (errcheck)
|
pkg/storage/utils/tus/s3store.go#L737
Error return value of `file.Seek` is not checked (errcheck)
|
pkg/storage/utils/tus/s3store.go#L754
Error return value of `store.Service.AbortMultipartUploadWithContext` is not checked (errcheck)
|
pkg/storage/utils/tus/s3store.go#L971
Error return value of `file.Seek` is not checked (errcheck)
|
pkg/storage/utils/tus/s3store.go#L833
underef: could simplify (*listPtr).Parts to listPtr.Parts (gocritic)
|
pkg/storage/utils/decomposedfs/upload.go#L567
commentFormatting: put a space between `//` and comment text (gocritic)
|
pkg/storage/utils/tus/s3store.go#L371
increment-decrement: should replace nextPartNum += 1 with nextPartNum++ (revive)
|
pkg/storage/utils/tus/datastore.go#L35
var-naming: func BuildUploadId should be BuildUploadID (revive)
|
pkg/storage/utils/tus/datastore.go#L39
var-naming: func SplitUploadId should be SplitUploadID (revive)
|
pkg/storage/utils/tus/s3store.go#L390
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading