You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The session_token in ec2HTTP is not being read from locate_credentials or environment like it should, and default arg value is NULL which is causing temporary credentials to not work.
The
session_token
inec2HTTP
is not being read fromlocate_credentials
or environment like it should, and default arg value isNULL
which is causing temporary credentials to not work.More details at cloudyr/aws.signature#19 (comment)
It does work in
s3HTTP
, since it is usingsession_token = Sys.getenv("AWS_SESSION_TOKEN")
in the argument list.The text was updated successfully, but these errors were encountered: