PrefectHQ / prefect-aws

Prefect integrations with AWS.
https://PrefectHQ.github.io/prefect-aws/
Apache License 2.0
85 stars 40 forks source link

provide ability to cache boto client instances directly and on `S3Bucket` #369

Closed zzstoatzz closed 9 months ago

zzstoatzz commented 9 months ago

closes #332

This PR introduces an enhanced default caching strategy for boto client instances within our AwsCredentials and MinIOCredentials classes.

thanks to @mattiamatrix for doing the bulk of this work