Add support for object upload options #635
Annotations
10 errors and 1 warning
Lint:
objtesting/foreach.go#L51
cannot use objstore.NewInMemBucket() (value of type *objstore.InMemBucket) as objstore.Bucket value in argument to testFn: *objstore.InMemBucket does not implement objstore.Bucket (wrong type for method Upload)
|
Lint:
objtesting/foreach.go#L51
cannot use objstore.NewInMemBucket() (value of type *objstore.InMemBucket) as objstore.Bucket value in argument to testFn: *objstore.InMemBucket does not implement objstore.Bucket (wrong type for method Upload)
|
Lint:
tracing/opentelemetry/opentelemetry.go#L23
cannot use TracingBucket{…} (value of type TracingBucket) as objstore.InstrumentedBucket value in return statement: TracingBucket does not implement objstore.InstrumentedBucket (wrong type for method Upload)
|
Lint:
tracing/opentelemetry/opentelemetry.go#L157
cannot use TracingBucket{…} (value of type TracingBucket) as objstore.Bucket value in return statement: TracingBucket does not implement objstore.Bucket (wrong type for method Upload)
|
Lint:
tracing/opentelemetry/opentelemetry.go#L159
cannot use t (variable of type TracingBucket) as objstore.Bucket value in return statement: TracingBucket does not implement objstore.Bucket (wrong type for method Upload)
|
Lint:
tracing/opentelemetry/opentelemetry.go#L23
cannot use TracingBucket{…} (value of type TracingBucket) as objstore.InstrumentedBucket value in return statement: TracingBucket does not implement objstore.InstrumentedBucket (wrong type for method Upload)
|
Lint:
tracing/opentelemetry/opentelemetry.go#L157
cannot use TracingBucket{…} (value of type TracingBucket) as objstore.Bucket value in return statement: TracingBucket does not implement objstore.Bucket (wrong type for method Upload)
|
Lint:
tracing/opentelemetry/opentelemetry.go#L159
cannot use t (variable of type TracingBucket) as objstore.Bucket value in return statement: TracingBucket does not implement objstore.Bucket (wrong type for method Upload)
|
Lint:
tracing/opentracing/opentracing.go#L44
cannot use TracingBucket{…} (value of type TracingBucket) as objstore.InstrumentedBucket value in return statement: TracingBucket does not implement objstore.InstrumentedBucket (wrong type for method Upload)
|
Lint:
tracing/opentracing/opentracing.go#L147
cannot use TracingBucket{…} (value of type TracingBucket) as objstore.Bucket value in return statement: TracingBucket does not implement objstore.Bucket (wrong type for method Upload)
|
Install Go
Failed to restore: Tar failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading