We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many docs refer people to https://awslabs.github.io/aws-sdk-rust/aws_config/profile/fn.load.html because this is where we've documented all of the profile loading logic.
However, this is confusing because we don't actually expect people to use this function, just use the docs there to explain how parsing works.
These docs should be hoisted somewhere that is easier to find.
So far, 2 customers have run into this specific issue so it's probably worth getting done sooner rather than later.
The text was updated successfully, but these errors were encountered:
rcoh
Successfully merging a pull request may close this issue.
Many docs refer people to https://awslabs.github.io/aws-sdk-rust/aws_config/profile/fn.load.html because this is where we've documented all of the profile loading logic.
However, this is confusing because we don't actually expect people to use this function, just use the docs there to explain how parsing works.
These docs should be hoisted somewhere that is easier to find.
So far, 2 customers have run into this specific issue so it's probably worth getting done sooner rather than later.
The text was updated successfully, but these errors were encountered: