chore: bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.40.2 to 1.45.0 #88
Annotations
10 errors
lint:
provider/aws.go#L11
could not import github.com/aws/aws-sdk-go-v2/feature/s3/manager (-: # github.com/aws/aws-sdk-go-v2/feature/s3/manager
|
lint
invalid operation: resp.ContentLength > 0 (mismatched types *int64 and untyped int)
|
lint
cannot use resp.ContentLength (variable of type *int64) as int64 value in assignment
|
lint
cannot use out.BucketKeyEnabled (variable of type *bool) as bool value in struct literal
|
lint
invalid operation: a[i].PartNumber < a[j].PartNumber (operator < not defined on pointer)
|
lint
cannot use completeOut.BucketKeyEnabled (variable of type *bool) as bool value in struct literal
|
lint
cannot use c.num (variable of type int32) as *int32 value in struct literal
|
lint
cannot use c.num (variable of type int32) as *int32 value in assignment) (typecheck)
|
lint:
provider/providers.go#L140
cannot convert obj.Size (variable of type *int64) to type uint64 (typecheck)
|
lint:
provider/providers.go#L141
cannot convert obj.Size (variable of type *int64) to type uint64 (typecheck)
|