I am attempting to read data from an AWS access point but setting the Spark property as described here
https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/index.html#Configuring_S3_AccessPo...
Modifying the Spark properties
fs.s3a.finance-team-access.accesspoint.arn
arn:aws:s3:us-east-1:123456789012:accesspoint/finance-team-access
When I try to fetch data using dbutils.fs.ls or spark.read it says the bucket "finance-team-access" does not exist (I'm using the example access point from the documentation). It should have attempted.
I'm using databricks runtime 10.4 LTS.
Thank you