Skip to main content

OSS Client for AliyunOSS/TencentOSS/QiniuOSS

Project description

oss-client

集成了阿里云OSS、腾讯云对象存储和七牛云对象存储,为不同的对象存储实现了统一的Client,方便使用

Install

pip install oss-client

Tutorial


from oss_client import AliyunClient



client = AliyunClient(

    access_key=ALY_ACCESS_KEY_ID,

    secret_key=ALY_ACCESS_KEY_SECRET,

    endpoint=ALY_OSS_ENDPOINT,

    bucket=ALY_OSS_BUCKET,

)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oss-client-0.1.5.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page