Skip to main content

Unified interface for AWS S3 and GCP Storage operations

Project description

Cloud Storage Manager

Unified Python interface for AWS S3 and Google Cloud Storage operations.

Installation

pip install cloud-storage-manager

Quick Start

from cloud_storage_manager import StorageFactory

# Create storage client
storage = StorageFactory.create(
    provider='aws',  # or 'gcp'
    bucket_name='my-bucket'
)

# Upload
url = storage.upload(data=b'...', remote_path='file.txt')

# Download
data = storage.download('file.txt')

# List
files = storage.list_objects(prefix='folder/')

Features

  • ✅ Unified API for AWS S3 and GCP Storage
  • ✅ Upload, download, delete operations
  • ✅ List objects with prefix filtering
  • ✅ Generate public and signed URLs
  • ✅ Custom metadata and cache control
  • ✅ Type hints and full documentation
  • ✅ Extensible for additional providers

Documentation

See full documentation for more examples.

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

cur_cloud_storage_manager-0.1.3.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cur_cloud_storage_manager-0.1.3-py3-none-any.whl (21.1 kB view details)

Uploaded Python 3

File details

Details for the file cur_cloud_storage_manager-0.1.3.tar.gz.

File metadata

File hashes

Hashes for cur_cloud_storage_manager-0.1.3.tar.gz
Algorithm Hash digest
SHA256 798ffb1cc539f3e64e21a4c5f619fa014a5122edba2d7f57c35fdd781fb9139a
MD5 45406171c7a8c4c5714c1153149356df
BLAKE2b-256 2219005fa5333df0774e57b462020e7b5e3091ec91daad50d9e8ea97d2c404ab

See more details on using hashes here.

File details

Details for the file cur_cloud_storage_manager-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for cur_cloud_storage_manager-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8bc8da60f171031173e3d05ed64fb36cb6ba6ed0a0373b9be5782265bc9ebbdf
MD5 3106b52db55e70b7c1378dd433e4f455
BLAKE2b-256 11f03a2dd174f6a1338f397b377723448e06d6fc32ca12cc200c53f9f19c70f9

See more details on using hashes here.

Supported by

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