You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ AWS SDK for C++ is in now in General Availability and recommended for production
9
9
the development efforts by submitting pull requests and sending us feedback and ideas via GitHub Issues.
10
10
11
11
## 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.
22
22
23
23
24
24
### 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
455
455
The default credential provider chain does the following:
456
456
* Checks your environment variables for AWS Credentials
457
457
* 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
459
459
460
460
The simplest way to communicate with AWS is to ensure we can find your credentials in one of these locations.
0 commit comments