Skip to content

Commit a8155ab

Browse files
committed
fix: Remove ambiguous credentials configuration from the AWS root configuration
1 parent ef19bc3 commit a8155ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/aws/config.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ type (
8282
Config struct {
8383
// AWSConfig is the configuration for the AWS SDK.
8484
AWSConfig AWSConfig `mapstructure:"config"`
85-
// CredentialsConfig is the configuration for the AWS credentials.
86-
CredentialsConfig CredentialsConfig `mapstructure:"credentials"`
8785
// S3 is the configuration for the S3 clients.
8886
S3 map[string]S3Config `mapstructure:"s3"`
8987
// SagemakerRuntime is the configuration for the SagemakerRuntime clients.

0 commit comments

Comments
 (0)