xxchan opened a new issue, #1236:
URL: https://github.com/apache/iceberg-rust/issues/1236

   ### Is your feature request related to a problem or challenge?
   
   For AWS glue/s3 tables
   
   rest.sigv4-enabled, rest.signing-name, rest.signing-region
   
   https://github.com/apache/iceberg-python/issues/1405
   
   ```
   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>"
     }
   )                
   ```
   
   ### Describe the solution you'd like
   
   _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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to