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.0.tar.gz (7.8 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.0-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for cur_cloud_storage_manager-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3d9e83cbc4da281591df8189bd9c7016af399edff48bf932de690eea8d13933e
MD5 269ea51eaa7ce8c37fcbb01e46d582e2
BLAKE2b-256 a0d4cb7f7f94ff8a111ebcd18ed194391e1e776dd980326dbc63518d0badbef0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cur_cloud_storage_manager-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7c19a55fabf264f0b6ae7c04a97a5f53ec75eb5de489cb5fd26213f890511278
MD5 b6b6bfa722396081a84076571a6a121e
BLAKE2b-256 983819fd49a055db006be6614ae3286bd140318ccdc0bfdb7b6056fa5d02f45b

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