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
use anon argument when configuring s3fs.S3FileSystem (#2392)
<!--
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
`s3fs.S3FileSystem` requires that we pass `anon` directly, it cannot be
passed through `config_kwargs`.
## Are these changes tested?
yes, unit tests updated.
## Are there any user-facing changes?
no
<!-- In the case of user-facing changes, please add the changelog label.
-->
0 commit comments