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
{{ message }}
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
Currently, the target only supports 3 settings when interacting with S3. However, there are a whole lot more settings that can be set when interacting with pyarrow.fs.S3FileSystem. The target should ideally support all of them.
Best way would be to have some kind of generic 'S3 filesystem setting' which would be a dictionary where the user can specify whatever keys and values they want, the target would then just raise whatever error the S3FileSystem constructor raises when adding them as kwargs.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, the target only supports 3 settings when interacting with S3. However, there are a whole lot more settings that can be set when interacting with pyarrow.fs.S3FileSystem. The target should ideally support all of them.
Best way would be to have some kind of generic 'S3 filesystem setting' which would be a dictionary where the user can specify whatever keys and values they want, the target would then just raise whatever error the S3FileSystem constructor raises when adding them as kwargs.
The text was updated successfully, but these errors were encountered: