Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Rabot <[email protected]>
  • Loading branch information
sylr committed Nov 15, 2021
1 parent aef2979 commit a2c2012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/objstore/s3/s3_aws_sdk_auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ package s3

import (
"context"
"fmt"

aws "github.com/aws/aws-sdk-go-v2/aws"
awsconfig "github.com/aws/aws-sdk-go-v2/config"
"github.com/minio/minio-go/v7/pkg/credentials"
"github.com/pkg/errors"
)

// AWSSDKAuth retrieves credentials from the aws-sdk-go.
Expand Down

0 comments on commit a2c2012

Please sign in to comment.