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
get_performance_tiles() can fail when AWS is configured on a machine, but not authenticated (e.g., via aws-mfa). This is an unnecessary problem, since the data are publicly available.
The anonymous = TRUE argument to arrow::read_parquet()here was intended to skip using credentials when making requests, but that argument doesn't seem to be respected.
The text was updated successfully, but these errors were encountered:
get_performance_tiles()
can fail when AWS is configured on a machine, but not authenticated (e.g., viaaws-mfa
). This is an unnecessary problem, since the data are publicly available.The
anonymous = TRUE
argument toarrow::read_parquet()
here was intended to skip using credentials when making requests, but that argument doesn't seem to be respected.The text was updated successfully, but these errors were encountered: