piskvorky / smart_open

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

Add support for HUAWEI Object Storage Service (OBS) #823

Open imhy opened 4 months ago

imhy commented 4 months ago

Add support for Huawei Object Storage Service (OBS)

OBS - is a scalable service that provides secure, reliable cloud storage for massive amounts of data.

Motivation

Adding support for OBS in smart open extends of list supported transports and add ability third party libraries to work with this service more native way. For Ray project I created PR based on this functionality.

Tests

Done

@mpenkov @piskvorky