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
Support fsspec s3 addressing_style properties (#2517)
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
Impl #2516
Then changed it like
```python
catalog = load_catalog(
"docs",
**{
"type": "rest",
"uri": "http://lakekeeper:8181/catalog",
"s3.force-virtual-addressing": True ,
...
},
)
```
## Are these changes tested?
Add test case for fsspec s3 addressing_style properties
## Are there any user-facing changes?
The default behavior is not modified
<!-- In the case of user-facing changes, please add the changelog label.
-->
0 commit comments