coreweave / tensorizer

Module, Model, and Tensor Serialization/Deserialization
MIT License
180 stars 25 forks source link

Support S3 auth via the EC2 Instance Metadata Service / AWS SSO temporary credentials #130

Open danielchalef opened 5 months ago

danielchalef commented 5 months ago

The requirement for AWS credentials in _new_s3_client breaks support for implicitly using the EC2 Instance Metadata Service or AWS SSO temporary credentials for S3 authorization.

I'd be happy to contribute a PR to address this. Before I do so, are there any design constraints I should be aware of or guidance you'd like to share?

danielchalef commented 5 months ago

See #131