PBM-1474 - Swap AWS s3 v1 with v2 #1238
reviewdog.yml
on: pull_request
runner / shellcheck
0s
runner / misspell
0s
runner / alex
0s
runner / golangci-lint
30s
runner / gofmt
10s
runner / shfmt
14s
Annotations
10 errors and 3 warnings
runner / golangci-lint:
pbm/log/history.go#L88
the methods of "Entries" use pointer receiver and non-pointer receiver. (recvcheck)
|
runner / golangci-lint:
cmd/pbm/main.go#L58
type `cliResult` is unused (unused)
|
runner / golangci-lint:
pbm/storage/s3/download.go#L234
the methods of "chunksQueue" use pointer receiver and non-pointer receiver. (recvcheck)
|
runner / golangci-lint:
pbm/restore/phys/phys.go#L51
the methods of "RestoreTxn" use pointer receiver and non-pointer receiver. (recvcheck)
|
runner / golangci-lint:
pbm/backup/physical.go#L557
the methods of "UUID" use pointer receiver and non-pointer receiver. (recvcheck)
|
runner / golangci-lint:
pbm/backup/types.go#L145
the methods of "File" use pointer receiver and non-pointer receiver. (recvcheck)
|
runner / golangci-lint:
pbm/prio/priority.go#L67
the methods of "nodeScores" use pointer receiver and non-pointer receiver. (recvcheck)
|
runner / golangci-lint:
pbm/restore/types.go#L56
the methods of "Conditions" use pointer receiver and non-pointer receiver. (recvcheck)
|
runner / golangci-lint:
pbm/storage/s3/s3.go#L560
SA1019: config.WithEndpointResolver is deprecated: The global endpoint resolution interface is deprecated. The API for endpoint resolution is now unique to each service and is set via the EndpointResolverV2 field on service client options. Use of WithEndpointResolver or WithEndpointResolverWithOptions will prevent you from using any endpoint-related service features released after the introduction of EndpointResolverV2. You may also encounter broken or unexpected behavior when using the old global interface with services that use many endpoint-related customizations such as S3. (staticcheck)
|
runner / golangci-lint:
pbm/storage/s3/s3.go#L561
SA1019: aws.EndpointResolverFunc is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [EndpointResolver]. (staticcheck)
|
runner / gofmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
runner / shfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
runner / golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|