Skip to content

Commit

Permalink
update document in AwsOptions (apache#32036)
Browse files Browse the repository at this point in the history
  • Loading branch information
twosom authored Jul 31, 2024
1 parent 835630b commit b61ef75
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ public Region create(PipelineOptions options) {
*
* <pre>{@code --awsCredentialsProvider={
* "@type": "StaticCredentialsProvider",
* "awsAccessKeyId": "key_id_value",
* "awsSecretKey": "secret_value"
* "accessKeyId": "key_id_value",
* "secretAccessKey": "secret_value"
* }
*
* --awsCredentialsProvider={
* "@type": "StaticCredentialsProvider",
* "awsAccessKeyId": "key_id_value",
* "awsSecretKey": "secret_value",
* "accessKeyId": "key_id_value",
* "secretAccessKey": "secret_value",
* "sessionToken": "token_value"
* }}</pre>
*
Expand Down

0 comments on commit b61ef75

Please sign in to comment.