Handbook
Glossary
string>aws-creds ( string -- aws-creds )
Vocabulary
aws
Inputs
string
an
object
Outputs
aws-creds
an
object
Definition
USING:
assocs
kernel
;
IN:
aws
:
string>aws-creds
( string -- aws-creds )
parse-shell-credentials
[
"AWS_ACCESS_KEY_ID"
of
]
[
"AWS_SECRET_ACCESS_KEY"
of
]
[
"AWS_SESSION_TOKEN"
of
]
tri
<aws-creds>
;