From afdc4ea1dbe6ccba55987febe9022e06f7add489 Mon Sep 17 00:00:00 2001 From: Samantha Coyle Date: Tue, 10 Dec 2024 14:35:48 -0600 Subject: [PATCH] style: update version to include the v prefix Signed-off-by: Samantha Coyle --- .../integrations/AWS/authenticating-aws.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md b/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md index 10fb8680a..94757e86b 100644 --- a/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md +++ b/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md @@ -30,8 +30,8 @@ Prefer loading credentials via the default AWS configuration in scenarios such a | Attribute | Required | Description | Example | | --------- | ----------- | ----------- | ----------- | | `region` | Y | AWS region to connect to. | "us-east-1" | -| `accessKey` | N | AWS Access key id. Will be required in Dapr 1.17. | "AKIAIOSFODNN7EXAMPLE" | -| `secretKey` | N | AWS Secret access key, used alongside `accessKey`. Will be required in Dapr 1.17. | "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" | +| `accessKey` | N | AWS Access key id. Will be required in Dapr v1.17. | "AKIAIOSFODNN7EXAMPLE" | +| `secretKey` | N | AWS Secret access key, used alongside `accessKey`. Will be required in Dapr v1.17. | "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" | | `sessionToken` | N | AWS Session token, used with `accessKey` and `secretKey`. Often unnecessary for IAM user keys. | | #### Assume IAM Role @@ -40,7 +40,7 @@ This profile allows Dapr to assume a specific IAM Role. Typically used when the | Attribute | Required | Description | Example | | --------- | ----------- | ----------- | ----------- | | `region` | Y | AWS region to connect to. | "us-east-1" | -| `assumeRoleArn` | N | ARN of the IAM role with AWS resource access. Will be required in Dapr 1.17. | "arn:aws:iam::123456789:role/mskRole" | +| `assumeRoleArn` | N | ARN of the IAM role with AWS resource access. Will be required in Dapr v1.17. | "arn:aws:iam::123456789:role/mskRole" | | `sessionName` | N | Session name for role assumption. Default is `"DaprDefaultSession"`. | "MyAppSession" | #### Credentials from Environment Variables