Zevrap-81 commented on issue #4076:
URL: https://github.com/apache/polaris/issues/4076#issuecomment-4163574010
Edit:
The following is the yaml file that i used to get this error since if i did
not pass in the role_arn it would not work already raising an error that S3
requires ARN
```
catalogs:
- name: "senec_catalog_6"
storage_type: "s3"
type: internal
default_base_location: "s3://senec-bucket/senec_catalog_6/"
allowed_locations:
- "s3://senec-bucket/senec_catalog_6/"
region: "us-east-1"
# Custom S3 endpoint.
endpoint: "http://localhost:9000/"
endpoint_internal: "http://rustfs:9000"
path_style_access: true
sts_unavailable: true
kms_unavailable: true
properties:
catalog: senec_catalog_6
# --- S3-Specific Properties ---
# The ARN of the IAM role Polaris assumes to access S3.
role_arn: "arn:aws:iam::123456789012:role/data_ops_role_2"
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]