Skip to content

Commit

Permalink
Update content/en/user-guide/tools/cloud-pods/remotes/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Waldemar Hummer <[email protected]>
  • Loading branch information
giograno and whummer authored Sep 27, 2023
1 parent ea7e114 commit 288f7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/user-guide/tools/cloud-pods/remotes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ A possible option is to obtain credentials via [AWS SSO CLI](https://github.com/

Afterwards, we add a new remote that explicitly targets an S3 bucket.
With the command below, we are creating a new remote called `s3-storage-aws` that will store the Cloud Pods' artifacts into a S3 bucket name `ls-pods-bucket-test`.
The `access_key_id` and `secret_access_key` placeholder will make sure that the AWS credentials are correctly passed to the container.
The `access_key_id` and `secret_access_key` placeholders will make sure that the AWS credentials are correctly passed to the container.

```bash
$ localstack pod remote add s3-storage-aws 's3://ls-pods-bucket-test/?access_key_id={access_key_id}&secret_access_key={secret_access_key}'
Expand Down

0 comments on commit 288f7ff

Please sign in to comment.