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
currently one must supply the AWS credentials, however, in systems running on AWS, those are actually not readily available as environment variables, because the EC2 VM or EKS pod uses IAM roles to get permissions.
the AWS SDK handles this, however, the current KvikIO code does not.