Add support for object upload options #635
Annotations
10 errors and 1 warning
Run unit tests:
objstore_test.go#L25
cannot use NewInMemBucket() (value of type *InMemBucket) as Bucket value in argument to WrapWithMetrics: *InMemBucket does not implement Bucket (wrong type for method Upload)
|
Run unit tests:
objstore_test.go#L53
cannot use NewInMemBucket() (value of type *InMemBucket) as Bucket value in assignment: *InMemBucket does not implement Bucket (wrong type for method Upload)
|
Run unit tests:
objstore_test.go#L81
cannot use NewInMemBucket() (value of type *InMemBucket) as Bucket value in argument to WrapWithMetrics: *InMemBucket does not implement Bucket (wrong type for method Upload)
|
Run unit tests:
objstore_test.go#L82
cannot use NewInMemBucket() (value of type *InMemBucket) as Bucket value in argument to WrapWithMetrics: *InMemBucket does not implement Bucket (wrong type for method Upload)
|
Run unit tests:
objstore_test.go#L126
cannot use NewInMemBucket() (value of type *InMemBucket) as Bucket value in argument to WrapWithMetrics: *InMemBucket does not implement Bucket (wrong type for method Upload)
|
Run unit tests:
objstore_test.go#L158
cannot use NewInMemBucket() (value of type *InMemBucket) as Bucket value in argument to WrapWithMetrics: *InMemBucket does not implement Bucket (wrong type for method Upload)
|
Run unit tests:
objstore_test.go#L183
cannot use &mockBucket{…} (value of type *mockBucket) as Bucket value in argument to WrapWithMetrics: *mockBucket does not implement Bucket (wrong type for method Upload)
|
Run unit tests:
objstore_test.go#L213
cannot use &mockBucket{…} (value of type *mockBucket) as Bucket value in argument to WrapWithMetrics: *mockBucket does not implement Bucket (wrong type for method Upload)
|
Run unit tests:
objstore_test.go#L242
cannot use &mockBucket{…} (value of type *mockBucket) as Bucket value in argument to WrapWithMetrics: *mockBucket does not implement Bucket (wrong type for method Upload)
|
Run unit tests:
objstore_test.go#L255
cannot use &mockBucket{…} (value of type *mockBucket) as Bucket value in argument to WrapWithMetrics: *mockBucket does not implement 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