SneaksAndData / adapta

Logging, data connectors, monitoring, secret handling and general lifehacks to make data people lives easier.
Apache License 2.0
8 stars 1 forks source link

[FEATURE] Move callable session from S3 Storage client to AWS Client #446

Closed Andre-Lx-Costa closed 2 months ago

Andre-Lx-Costa commented 5 months ago

Update the AwsClient class:

End result example:

return S3StorageClient.create( auth=AwsClient(session_callable=session_callable))

instead of

return S3StorageClient.create(auth=AwsClient(), session_callable=session_callable )