coreweave / tensorizer

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

Support AWS short-term credentials #131

Closed danielchalef closed 1 month ago

danielchalef commented 5 months ago

Support AWS short-term credentials by allowing None key & secret credentials to be passed to boto3. This implementation is a little hacky as, where possible, I've tried to retain existing implicit behavior around use of default config files & S3 endpoints.