Skip to content

Commit

Permalink
import lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Apr 26, 2024
1 parent 4d1e250 commit f8b5c02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flow/connectors/utils/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ import (
"strings"
"time"

"github.com/PeerDB-io/peer-flow/logger"
"github.com/aws/aws-sdk-go-v2/aws"
v4 "github.com/aws/aws-sdk-go-v2/aws/signer/v4"
"github.com/aws/aws-sdk-go-v2/config"
"github.com/aws/aws-sdk-go-v2/credentials"
"github.com/aws/aws-sdk-go-v2/credentials/stscreds"
"github.com/aws/aws-sdk-go-v2/service/s3"
smithyendpoints "github.com/aws/smithy-go/endpoints"

"github.com/PeerDB-io/peer-flow/logger"
)

type AWSSecrets struct {
Expand Down

0 comments on commit f8b5c02

Please sign in to comment.