We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef19bc3 commit a8155abCopy full SHA for a8155ab
pkg/aws/config.go
@@ -82,8 +82,6 @@ type (
82
Config struct {
83
// AWSConfig is the configuration for the AWS SDK.
84
AWSConfig AWSConfig `mapstructure:"config"`
85
- // CredentialsConfig is the configuration for the AWS credentials.
86
- CredentialsConfig CredentialsConfig `mapstructure:"credentials"`
87
// S3 is the configuration for the S3 clients.
88
S3 map[string]S3Config `mapstructure:"s3"`
89
// SagemakerRuntime is the configuration for the SagemakerRuntime clients.
0 commit comments