Lithops-2.2.14
Added
- [Azure] Azure Functions and Blob backends upgraded, by @JosepSampe
- [Alibaba] Alibaba Functions and Storage backends upgraded, by @JosepSampe
- [Localhost] Support passing file-like objects to put_object, by @LachlanStuart
- [Localhost] Support head_bucket and head_object storage operations, by @LachlanStuart
Changed
- [Core] Moved tests.py script to 'scripts' folder, by @JosepSampe
Fixed
- [Storage] Fixed Storage API error when no config is provided, by @LachlanStuart
- [Core] Fixed expired IAM token in IBM CF during an execution, by @kpavel
- [Multiprocessing] Minor fixes in multiprocessing API, by @aitorarjona
- [Core] Fixed executor logging, by @JosepSampe
- [Core] Fixed issue in cleaner between wait and get_result, by @JosepSampe
- [CodeEngine] Fixed issue getting region, by @gilv
- [Localhost] Fixed empty parent directory deletion when deleting objects, by @LachlanStuart
- [Localhost] Made list_keys/list_objects behavior consistent with other backends, by @LachlanStuart