Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] support for returning client region in the loadTable response for S3 #342

Open
munendrasn opened this issue Oct 3, 2024 · 1 comment · May be fixed by #455
Open

[FEATURE REQUEST] support for returning client region in the loadTable response for S3 #342

munendrasn opened this issue Oct 3, 2024 · 1 comment · May be fixed by #455
Labels
enhancement New feature or request

Comments

@munendrasn
Copy link

Is your feature request related to a problem? Please describe.

AWS s3 by default fails when making cross region calls. Latest version of AWS s3 sdk support crossRegionAccess but Iceberg doesn't yet support this functionality.
Any cross region calls are failing

Describe the solution you'd like

It would be great to specify the client.region as part of loadTableResponse in config block along with Credentials. This is property defined by RESTCatalog openAPI spec

Describe alternatives you've considered

Using the crossRegionAccess property. Maybe once Iceberg add support, it would be great to add this property to the spec too

Additional context

No response

@munendrasn munendrasn added the enhancement New feature or request label Oct 3, 2024
@munendrasn
Copy link
Author

FYI @dennishuo

@eric-maynard eric-maynard linked a pull request Nov 17, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant