From 666e34cf692e9ecd9ddde2989e17678e1c5c0ae2 Mon Sep 17 00:00:00 2001 From: kapitainsky Date: Fri, 9 Jun 2023 18:15:54 +0100 Subject: [PATCH] s3: docs: old broken link updated --- docs/content/s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/s3.md b/docs/content/s3.md index 8ab7e41b1..e6bb53843 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -549,7 +549,7 @@ The different authentication methods are tried in this order: - Access Key ID: `AWS_ACCESS_KEY_ID` or `AWS_ACCESS_KEY` - Secret Access Key: `AWS_SECRET_ACCESS_KEY` or `AWS_SECRET_KEY` - Session Token: `AWS_SESSION_TOKEN` (optional) - - Or, use a [named profile](https://docs.aws.amazon.com/cli/latest/userguide/cli-multiple-profiles.html): + - Or, use a [named profile](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html): - Profile files are standard files used by AWS CLI tools - By default it will use the profile in your home directory (e.g. `~/.aws/credentials` on unix based systems) file and the "default" profile, to change set these environment variables: - `AWS_SHARED_CREDENTIALS_FILE` to control which file.