We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When 2FA is enabled on an Amazon account, S3 access requires having a session_token. DataFusion seems to support this:
https://github.com/apache/datafusion/blob/ce835da93eaeee4a5e447b2bc2fb88cf0fd04d2c/datafusion-cli/src/object_storage.rs#L215
However, that attribute is not exposed in the Python bindings. Any plans to add it? Or would a PR be accepted that adds it?
The text was updated successfully, but these errors were encountered:
PRs are always welcome, especially for things like this that already exist on the rust side and only need exposure!
Sorry, something went wrong.
As also mentioned in #899 (comment), I'd encourage the use of https://docs.rs/pyo3-object_store/, which supports all the underlying object_store configuration, not just session token.
I don't think I have time to make that PR though
As also mentioned in #899 (comment), I'd encourage the use of https://docs.rs/pyo3-object_store/, which supports all the underlying object_store configuration, not just session token. I don't think I have time to make that PR though
Wholeheartedly endorse.
No branches or pull requests
When 2FA is enabled on an Amazon account, S3 access requires having a session_token. DataFusion seems to support this:
https://github.com/apache/datafusion/blob/ce835da93eaeee4a5e447b2bc2fb88cf0fd04d2c/datafusion-cli/src/object_storage.rs#L215
However, that attribute is not exposed in the Python bindings. Any plans to add it? Or would a PR be accepted that adds it?
The text was updated successfully, but these errors were encountered: