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
It should be able to pull the region and anything else it needs from well known environment variables, but it doesn't. (I have AWS_REGION set as an environment variable and it doesn't work, for example)
Current Behavior
Steps to reproduce
Configure as mentioned in the ticket, but with aws metadata blocked on the node.
Specifications
Version:
Platform: eks
Subsystem:
Possible Solution
Initialize the s3 client in a way that it will use well known aws environment variables like AWS_REGION if metadata isn't available.
The text was updated successfully, but these errors were encountered:
Thanks for the issue. actually, the problem here is that feast treats awsRegion config as mandatory. This shouldn't be affecting any other aws env varieble. Just a note that what you can do before an actual fix is to provide region in the configuration like this:
Expected Behavior
This is the issue I'm experiencing, but the issue is closed and the problem still exists in the latest version.
#3492
It should be able to pull the region and anything else it needs from well known environment variables, but it doesn't. (I have AWS_REGION set as an environment variable and it doesn't work, for example)
Current Behavior
Steps to reproduce
Configure as mentioned in the ticket, but with aws metadata blocked on the node.
Specifications
Possible Solution
Initialize the s3 client in a way that it will use well known aws environment variables like AWS_REGION if metadata isn't available.
The text was updated successfully, but these errors were encountered: