Skip to content

Commit

Permalink
Merge pull request #580 from kestra-io/fix/aws-broken-link
Browse files Browse the repository at this point in the history
fix(docs): broken link to blueprint in aws-plugin
  • Loading branch information
aj-emerich authored Feb 11, 2025
2 parents 021585c + 6676627 commit 57e768a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/doc/io.kestra.plugin.aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To set up the credentials in the task, you can use:
- Or the `stsRoleArn`, `stsRoleExternalII` and `stsRoleSessionName` properties for STS assume role credentials.

When defining credentials in the task, this is a best practice to use [secrets](https://kestra.io/docs/concepts/secret).
Check the blueprints such as [this one](https://kestra.io/blueprints/118-extract-data-from-an-api-and-load-it-to-s3-on-schedule-(every-friday-afternoon)),
Check the blueprints such as [this one](https://kestra.io/blueprints/api-to-s3),
showing how you can reference secrets in your AWS tasks.

The [default credentials provider chain](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/credentials-chain.html) is an AWS credentials provider chain
Expand Down

0 comments on commit 57e768a

Please sign in to comment.