generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 267
Closed
Labels
bugThis issue is a bug.This issue is a bug.
Description
Describe the bug
The builder for ImdsCredentialsProvider has a warning if calling both .configure and .imds_client.
However, the .build() method uses the ProviderConfig even if the IMDS client is overridden, making it valid to override both.
Please consider dropping this warning.
Expected Behavior
Calling both .configure and .imds_client without a warning.
Current Behavior
provider config override by a full client override warning.
Reproduction Steps
ImdsCredentialsProvider::builder().configure(...).imds_client(...).build()
Possible Solution
No response
Additional Information/Context
No response
Version
├── aws-config v0.15.0
│ ├── aws-http v0.15.0
│ │ ├── aws-smithy-http v0.45.0
│ │ │ ├── aws-smithy-eventstream v0.45.0
│ │ │ │ ├── aws-smithy-types v0.45.0
│ │ │ ├── aws-smithy-types v0.45.0 (*)
│ │ ├── aws-smithy-types v0.45.0 (*)
│ │ ├── aws-types v0.15.0
│ │ │ ├── aws-smithy-async v0.45.0
│ │ │ ├── aws-smithy-client v0.45.0
│ │ │ │ ├── aws-smithy-async v0.45.0 (*)
│ │ │ │ ├── aws-smithy-http v0.45.0 (*)
│ │ │ │ ├── aws-smithy-http-tower v0.45.0
│ │ │ │ │ ├── aws-smithy-http v0.45.0 (*)
│ │ │ │ ├── aws-smithy-types v0.45.0 (*)
│ │ │ ├── aws-smithy-http v0.45.0 (*)
│ │ │ ├── aws-smithy-types v0.45.0 (*)
│ ├── aws-sdk-sso v0.15.0
│ │ ├── aws-endpoint v0.15.0
│ │ │ ├── aws-smithy-http v0.45.0 (*)
│ │ │ ├── aws-types v0.15.0 (*)
│ │ ├── aws-http v0.15.0 (*)
│ │ ├── aws-sig-auth v0.15.0
│ │ │ ├── aws-sigv4 v0.15.0
│ │ │ │ ├── aws-smithy-eventstream v0.45.0 (*)
│ │ │ │ ├── aws-smithy-http v0.45.0 (*)
│ │ │ ├── aws-smithy-eventstream v0.45.0 (*)
│ │ │ ├── aws-smithy-http v0.45.0 (*)
│ │ │ ├── aws-types v0.15.0 (*)
│ │ ├── aws-smithy-async v0.45.0 (*)
│ │ ├── aws-smithy-client v0.45.0 (*)
│ │ ├── aws-smithy-http v0.45.0 (*)
│ │ ├── aws-smithy-http-tower v0.45.0 (*)
│ │ ├── aws-smithy-json v0.45.0
│ │ │ └── aws-smithy-types v0.45.0 (*)
│ │ ├── aws-smithy-types v0.45.0 (*)
│ │ ├── aws-types v0.15.0 (*)
│ ├── aws-sdk-sts v0.15.0
│ │ ├── aws-endpoint v0.15.0 (*)
│ │ ├── aws-http v0.15.0 (*)
│ │ ├── aws-sig-auth v0.15.0 (*)
│ │ ├── aws-smithy-async v0.45.0 (*)
│ │ ├── aws-smithy-client v0.45.0 (*)
│ │ ├── aws-smithy-http v0.45.0 (*)
│ │ ├── aws-smithy-http-tower v0.45.0 (*)
│ │ ├── aws-smithy-query v0.45.0
│ │ │ ├── aws-smithy-types v0.45.0 (*)
│ │ ├── aws-smithy-types v0.45.0 (*)
│ │ ├── aws-smithy-xml v0.45.0
│ │ ├── aws-types v0.15.0 (*)
│ ├── aws-smithy-async v0.45.0 (*)
│ ├── aws-smithy-client v0.45.0 (*)
│ ├── aws-smithy-http v0.45.0 (*)
│ ├── aws-smithy-http-tower v0.45.0 (*)
│ ├── aws-smithy-json v0.45.0 (*)
│ ├── aws-smithy-types v0.45.0 (*)
│ ├── aws-types v0.15.0 (*)
├── aws-sdk-ec2 v0.15.0
│ ├── aws-endpoint v0.15.0 (*)
│ ├── aws-http v0.15.0 (*)
│ ├── aws-sig-auth v0.15.0 (*)
│ ├── aws-smithy-async v0.45.0 (*)
│ ├── aws-smithy-client v0.45.0 (*)
│ ├── aws-smithy-http v0.45.0 (*)
│ ├── aws-smithy-http-tower v0.45.0 (*)
│ ├── aws-smithy-query v0.45.0 (*)
│ ├── aws-smithy-types v0.45.0 (*)
│ ├── aws-smithy-xml v0.45.0 (*)
│ ├── aws-types v0.15.0 (*)
├── aws-sdk-s3 v0.15.0
│ ├── aws-endpoint v0.15.0 (*)
│ ├── aws-http v0.15.0 (*)
│ ├── aws-sig-auth v0.15.0 (*)
│ ├── aws-sigv4 v0.15.0 (*)
│ ├── aws-smithy-async v0.45.0 (*)
│ ├── aws-smithy-client v0.45.0 (*)
│ ├── aws-smithy-eventstream v0.45.0 (*)
│ ├── aws-smithy-http v0.45.0 (*)
│ ├── aws-smithy-http-tower v0.45.0 (*)
│ ├── aws-smithy-types v0.45.0 (*)
│ ├── aws-smithy-xml v0.45.0 (*)
│ ├── aws-types v0.15.0 (*)
├── aws-sdk-sts v0.15.0 (*)
├── aws-smithy-client v0.45.0 (*)
Environment details (OS name and version, etc.)
Debian, latest sid
Logs
No response
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.
Type
Projects
Status
Done