Skip to content

Commit

Permalink
updates index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmarsuhail committed Aug 11, 2022
1 parent fa3775c commit fe5e2e3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ full details.
* [Auditing](./auditing.html).
* [Auditing Architecture](./auditing_architecture.html).
* [Testing](./testing.html)
* [Upcoming upgrade to AWS Java SDK V2](./aws_sdk_upgrade.html)

## <a name="overview"></a> Overview

Expand Down Expand Up @@ -233,7 +234,10 @@ needs the credentials needed to interact with buckets.

The client supports multiple authentication mechanisms and can be configured as to
which mechanisms to use, and their order of use. Custom implementations
of `com.amazonaws.auth.AWSCredentialsProvider` may also be used.
of `com.amazonaws.auth.AWSCredentialsProvider` may also be used.
However, with the upcoming upgrade to AWS Java SDK V2, these classes will need to be
updated to implement `software.amazon.awssdk.auth.credentials.AwsCredentialsProvider`.
For more information see [Upcoming upgrade to AWS Java SDK V2](./aws_sdk_upgrade.html).

*Important*: The S3A connector no longer supports username and secrets
in URLs of the form `s3a://key:secret@bucket/`.
Expand Down

0 comments on commit fe5e2e3

Please sign in to comment.