Skip to content

[Python][C++] Add Profile support to S3FileSystem #47880

@yaxxie-piramidal

Description

@yaxxie-piramidal

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions