Skip to main content

A lightweight cloud storage package for popular cloud storage services.

Project description

Cloud Storage Slim

Principles

  • No complex operations, just focus on simple things.
  • Inspired by rclone.

Installation

pip install cloud-storage-slim

Usage

from cloud_storage_slim import CloudStorageSlim

cloud_storage = CloudStorageSlim()
cloud_storage.copyto('gs://bucket1/object1', 'az://bucket2/object2')

Features

Supported Cloud Storage

  • Google Cloud Storage
  • Azure Blob Storage
  • AlibabaCloud / Aliyun OSS
  • AWS S3

Credentials

Google Cloud Storage

pip install google-cloud-storage

Amazon S3

pip install boto3

Azure Blob Storage

pip install azure-storage-blob azure-identity

AlibabaCloud / Aliyun OSS

pip install oss2

Test cases

before run test cases, you need to prepare the test 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

cloud_storage_slim-0.3.1.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

cloud_storage_slim-0.3.1-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

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