Skip to content

services/galexie: add implementation for S3 and S3-compatible data storage. #3789

services/galexie: add implementation for S3 and S3-compatible data storage.

services/galexie: add implementation for S3 and S3-compatible data storage. #3789

Triggered via pull request July 11, 2025 14:26
Status Success
Total duration 1m 13s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)