Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 9d7be45

Browse files
committed
fix typo
1 parent 4e21f66 commit 9d7be45

File tree

1 file changed

+2
-2
lines changed
  • content/en/user-guide/state-management/cloud-pods

1 file changed

+2
-2
lines changed

content/en/user-guide/state-management/cloud-pods/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,10 +447,10 @@ An error occurred (InvalidAccessKeyId) when calling the CreateBucket operation:
447447

448448
This means that you are likely using temporary AWS credentials and the the S3 remote configuration is missing the `AWS_SESSION_TOKEN` environment variable.
449449
To fix the issue, first export `AWS_SESSION_TOKEN` into your environment.
450-
Then, be sure to add the `access_token` placeholder to the URL of the `pod remote add` command:
450+
Then, be sure to add the `session_token` placeholder to the URL of the `pod remote add` command:
451451

452452
{{< command >}}
453-
$ localstack pod remote add s3-storage-aws 's3://ls-pods-bucket-test/?access_key_id={access_key_id}&secret_access_key={secret_access_key}&access_token={access_token}'
453+
$ localstack pod remote add s3-storage-aws 's3://ls-pods-bucket-test/?access_key_id={access_key_id}&secret_access_key={secret_access_key}&session_token={session_token}'
454454
{{< / command >}}
455455

456456
If you are experiencing issues connecting to the S3 bucket, you might need to add the S3 URL to the list of URLs that it resolved upstream, e.g.,:

0 commit comments

Comments
 (0)