daiyy opened a new issue, #1589:
URL: https://github.com/apache/iceberg-rust/issues/1589
### Apache Iceberg Rust version
None
### Describe the bug
When connect to a AWS s3tables through s3tables REST endpoint.
Thrown below error:
```
FeatureUnsupported => Constructing file io from scheme: arn not supported now
```
As AWS S3Tables document claimed `warehouse` should be set in ARN format
`arn:aws:s3tables:<Region>:<accountID>:bucket/<bucketname>`
see example section for Pyiceberg configuration:
```
rest_catalog = load_catalog(
catalog_name,
**{
"type": "rest",
"warehouse":"arn:aws:s3tables:<Region>:<accountID>:bucket/<bucketname>",
"uri": "https://s3tables.<Region>.amazonaws.com/iceberg",
"rest.sigv4-enabled": "true",
"rest.signing-name": "s3tables",
"rest.signing-region": "<Region>"
}
)
```
https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-integrating-open-source.html
### To Reproduce
_No response_
### Expected behavior
_No response_
### Willingness to contribute
None
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]