From a17ddbec1469f66c9d61cdfdcc5b2a3a9b0f2061 Mon Sep 17 00:00:00 2001 From: Stephan Sahm Date: Wed, 11 Sep 2024 11:31:25 +0200 Subject: [PATCH] update doc --- src/authentication.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/authentication.jl b/src/authentication.jl index 0bb25c2..cdf728c 100644 --- a/src/authentication.jl +++ b/src/authentication.jl @@ -64,8 +64,6 @@ end Assume role via web identity. How to define such a role can be found here https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-role.html#cli-configure-role-oidc - -CAUTION: Please note that the semicolon is really important! `@authorize_aws(role_arn, audience="myaudience")` won't work as of now. """ function authenticate_aws end