Daniel Porto
Daniel Porto
URLs without extensions also don't work :(
thx, this works
please, can you merge it?
I have the same problem here, did you find any solution?
I removed the session token and it works Sys.setenv(AWS_ACCESS_KEY_ID = Sys.getenv("s3_key")) Sys.setenv(AWS_SECRET_ACCESS_KEY = Sys.getenv("s3_secret")) Sys.setenv(AWS_DEFAULT_REGION = Sys.getenv("s3_region")) Sys.unsetenv("AWS_SESSION_TOKEN")