-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Currently the bindings plugin allows the specification of the environment variable the AWS Access Key and Secret Access Key are added to the environment as.
- accessKeyVariable : String
Environment variable name for the AWS Access Key Id. If empty, AWS_ACCESS_KEY_ID will be used. - secretKeyVariable : String
Environment variable name for the AWS Secret Access Key. If empty, AWS_SECRET_ACCESS_KEY will be used.
I would like the same for the AWS_SESSION_TOKEN and be able to specify the environment variable name for this as well.