polars.CredentialProviderAWS#

class polars.CredentialProviderAWS(*, profile_name: str | None = None)[source]#

AWS Credential Provider.

Using this requires the boto3 Python package to be installed.

Warning

This functionality is considered unstable. It may be changed at any point without it being considered a breaking change.

__init__(*, profile_name: str | None = None) None[source]#

Initialize a credential provider for AWS.

Parameters:
profile_namestr

Profile name to use from credentials file.

Methods

__init__(*[, profile_name])

Initialize a credential provider for AWS.