piskvorky / smart_open

Utils for streaming large files (S3, HDFS, gzip, bz2...)
MIT License
3.18k stars 383 forks source link

Add support of Huawei Object Storage Service (OBS) #824

Open imhy opened 4 months ago

imhy commented 4 months ago

Extends smart_open to support Huawei Object Storage Service.

Motivation

Currently I`m working on enhancement of Ray for ability execute applications stored as archive in OBS. It requires extending smart_open to support OBS. I prepared PR for smart_open. I would be very grateful if you would accept this change. @mpenkov