Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS_SESSION_TOKEN environment variable does not work #5

Open
hramdin28 opened this issue Apr 26, 2021 · 0 comments
Open

AWS_SESSION_TOKEN environment variable does not work #5

hramdin28 opened this issue Apr 26, 2021 · 0 comments

Comments

@hramdin28
Copy link

Hi Nagdev,
I am using minio through openId connection, thus to connect i need to use the environment variable AWS_SESSION_TOKEN.
However, even when i set it using the
Sys.setenv("AWS_ACCESS_KEY_ID" = "test",
"AWS_SECRET_ACCESS_KEY" = "test123",
"AWS_DEFAULT_REGION" = "us-east-1",
"AWS_S3_ENDPOINT" = "192.168.1.1:8085",
"AWS_SESSION_TOKEN " = "xxxxxxxxxx")

and then i try to do a bucketlist(add_region = FALSE), it does not work it is as if the function is ignoring the AWS_SESSION_TOKEN

@hramdin28 hramdin28 changed the title AWS_SESSION_TOKEN environment does not work AWS_SESSION_TOKEN environment variable does not work Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant