Describe the enhancement requested
pyarrow.fs.S3FileSystem works fine if you're willing to pull temporary credentials and create this client manually
This comes with inconvenience such as having to recreate this client periodically as the temporary credentials expire.
In particular it is something that is necessary to do when set up using multiple profiles, as currently there is no way to select a profile and use the underlying SDK machinery to use/refresh the credentials given the profile.
Please add support for this
Component(s)
Python