Skip to content

Commit 5a6a731

Browse files
Merge pull request #87 from awslabs/updateReadMe
update ReadMe about newly added Credential Provider:ECSTaskRoleCreden…
2 parents 7d65143 + 8f3e3e1 commit 5a6a731

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ AWS SDK for C++ is in now in General Availability and recommended for production
99
the development efforts by submitting pull requests and sending us feedback and ideas via GitHub Issues.
1010

1111
## Getting Help
12-
Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests.
13-
* Ask a question on StackOverflow and tag it with the `aws-sdk-cpp` tag.
14-
* If it turns out that you may have found a bug, please open an issue
15-
* Open a support ticket with [AWS Support]( https://console.aws.amazon.com/support/home#/)
16-
17-
18-
## Opening Issues
19-
If you encounter a bug with the AWS SDK for C++ we would like to hear about it. Search the [existing issues]( https://github.com/aws/aws-sdk-cpp/issues) and see if others are also experiencing the issue before opening a new issue. Please include the version of AWS SDK for CPP, Compiler, Compiler Version, CMake version, and OS you’re using. Please also include repro case when appropriate.
20-
21-
The GitHub issues are intended for bug reports and feature requests. For help and questions with using AWS SDK for C++, please make use of the resources listed in the [Getting Help]( https://github.com/aws/aws-sdk-cpp#getting-help) section. Keeping the list of open issues lean we can respond in a timely manner.
12+
Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests.
13+
* Ask a question on StackOverflow and tag it with the `aws-sdk-cpp` tag.
14+
* If it turns out that you may have found a bug, please open an issue
15+
* Open a support ticket with [AWS Support]( https://console.aws.amazon.com/support/home#/)
16+
17+
18+
## Opening Issues
19+
If you encounter a bug with the AWS SDK for C++ we would like to hear about it. Search the [existing issues]( https://github.com/aws/aws-sdk-cpp/issues) and see if others are also experiencing the issue before opening a new issue. Please include the version of AWS SDK for CPP, Compiler, Compiler Version, CMake version, and OS you’re using. Please also include repro case when appropriate.
20+
21+
The GitHub issues are intended for bug reports and feature requests. For help and questions with using AWS SDK for C++, please make use of the resources listed in the [Getting Help]( https://github.com/aws/aws-sdk-cpp#getting-help) section. Keeping the list of open issues lean we can respond in a timely manner.
2222

2323

2424
### Introducing the AWS SDK for C++ from AWS re:invent 2015
@@ -455,7 +455,7 @@ You can use the AWSCredentialProvider interface to provide login credentials to
455455
The default credential provider chain does the following:
456456
* Checks your environment variables for AWS Credentials
457457
* Checks your $HOME/.aws/credentials file for a profile and credentials
458-
* Contacts the EC2MetadataInstanceProfile service to request credentials
458+
* Contacts the ECS TaskRoleCredentialsProvider service to request credentials if Environment variable AWS_CONTAINER_CREDENTIALS_RELATIVE_URI has been set. Otherwise contacts the EC2MetadataInstanceProfileCredentialsProvider service to request credentials
459459

460460
The simplest way to communicate with AWS is to ensure we can find your credentials in one of these locations.
461461

0 commit comments

Comments
 (0)