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
…ceberg REST server and Gravitino Iceberg catalog (#4250)
### What changes were proposed in this pull request?
1. support using static access-key-id and secret-access-key to access S3
data for iceberg rest server and gravitino iceberg catalog
2. refactor the code to reuse the iceberg catalog transform logic for
connector and Iceberg rest server and Iceberg catalog
3. add configuration to manage the s3 access key
### Why are the changes needed?
Fix: #4264
### Does this PR introduce _any_ user-facing change?
yes, add some document
### How was this patch tested?
I tested Iceberg REST server and Iceberg catalog with `jdbc` catalog
backend and `hive` catalog backend to access S3 data.
Describe the subtask
add S3 support for Iceberg REST server and Iceberg catalog
Parent issue
#4060
The text was updated successfully, but these errors were encountered: