services/galexie: add implementation for S3 and S3-compatible data storage. #3789
Annotations
10 errors
|
golangci:
support/datastore/s3_datastore_test.go#L15
import 'github.com/aws/aws-sdk-go-v2/aws' is not allowed from list 'Main' (depguard)
|
|
golangci:
support/datastore/s3_datastore.go#L20
import 'github.com/stellar/go/support/url' is not allowed from list 'Main' (depguard)
|
|
golangci:
support/datastore/s3_datastore.go#L19
import 'github.com/stellar/go/support/log' is not allowed from list 'Main' (depguard)
|
|
golangci:
support/datastore/s3_datastore.go#L18
import 'github.com/aws/smithy-go' is not allowed from list 'Main' (depguard)
|
|
golangci:
support/datastore/s3_datastore.go#L17
import 'github.com/aws/aws-sdk-go-v2/service/s3/types' is not allowed from list 'Main' (depguard)
|
|
golangci:
support/datastore/s3_datastore.go#L16
import 'github.com/aws/aws-sdk-go-v2/service/s3' is not allowed from list 'Main' (depguard)
|
|
golangci:
support/datastore/s3_datastore.go#L15
import 'github.com/aws/aws-sdk-go-v2/feature/s3/manager' is not allowed from list 'Main' (depguard)
|
|
golangci:
support/datastore/s3_datastore.go#L14
import 'github.com/aws/aws-sdk-go-v2/config' is not allowed from list 'Main' (depguard)
|
|
golangci:
support/datastore/s3_datastore.go#L13
import 'github.com/aws/aws-sdk-go-v2/aws' is not allowed from list 'Main' (depguard)
|
|
golangci:
support/datastore/helpers_test.go#L8
import 'github.com/stretchr/testify/require' is not allowed from list 'Main' (depguard)
|