Skip to main content

Upload and download files to common cloud providers like azure blob storage, s3 and more

Project description

FastCloud

Up & Download files to any cloud storage.

Simplistic unified interface for uploading and downloading files to the cloud.

Supports

  • Azure Blob Storage :white_check_mark:
  • Socaity Upload API
  • Replicate Upload API

Installation

Install via pypi with:

# to support all cloud providers
pip install fastcloud
# support azure blob storage
pip install fastcloud[azure]

Or check-out the repository and work from there.

Usage

Init storage (Azure Blob)

To directly up and download files to the cloud storage provider, you can use the following code snippets.

from fastcloud import AzureBlobStorage
# Create storage client
cloud_store = AzureBlobStorage(connection_string="DefaultEndpointsProtocol=https;AccountName=...;AccountKey=...;EndpointSuffix=...")

Recommendation: Use environment variables to store the cloud storage access tokens / credentials.

Upload and download files

Option 1: Just with plain bytes io

# upload. Will create a file in the cloud with the name my_file
file_url = cloud_store.upload(file="path/to/file", file_name="my_file", folder="my_upload_dir")
# download. Will download the file and save it to the save-path
cloud_store.download(file_id, save_path="path/to/save")

Option 2: with media-toolkit. Media-toolkit provides easy to use classes for images, videos, audio files.

from media_toolkit import ImageFile
# upload
my_img = ImageFile.from_np_array(my_cv2_img)
file_url = cloud_store.upload(file=my_img)
# download and parse as media_file
media_file = cloud_store.download(file_url)

Tutorials

How to setup Azure Blob Storage and get connection string?

  1. Go to portal.azure.com and login.
  2. Create a storage account of your choice (choose Blob Storage option)
  3. Navigate to storage account, click on containers and add container
  4. Go back to your storage account. Click on Access keys and copy the connection string.
  5. Add the connection string to your environment variables.

Contribute

Missing a cloud provider?

  • Just implement the missing class in core/providers with inheritance of the interface i_cloud_storage and make a pull request

Missing a feature?

  • Feel free to raise an issue. Better tough: just implement it and make a PR.

Also have a look at media-toolkit, APIPod for your personal cloud solution.

SUPPORT SOCAITY BY LEAVING A STAR

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

fastcloud-0.0.14.tar.gz (19.7 kB view details)

Uploaded Source

Built Distribution

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

fastcloud-0.0.14-py3-none-any.whl (21.9 kB view details)

Uploaded Python 3

File details

Details for the file fastcloud-0.0.14.tar.gz.

File metadata

  • Download URL: fastcloud-0.0.14.tar.gz
  • Upload date:
  • Size: 19.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.11

File hashes

Hashes for fastcloud-0.0.14.tar.gz
Algorithm Hash digest
SHA256 0ab3dd3e8b12fbc3993c81f73223f0eeeb82f79625b5a1d69ae5a4c2acd9eb12
MD5 82723db6450f8aec11b4e780b25afad1
BLAKE2b-256 0e4b96d7f555196e0b340049e50974ab7ea65ef81351a5e79142bd86bd32074b

See more details on using hashes here.

File details

Details for the file fastcloud-0.0.14-py3-none-any.whl.

File metadata

  • Download URL: fastcloud-0.0.14-py3-none-any.whl
  • Upload date:
  • Size: 21.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.11

File hashes

Hashes for fastcloud-0.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 f9551e57e750a3fe5aff8996aaa02d7e7108e9b5bfd27a3f0afcda869592ba70
MD5 21d53a1d6b4bdb46d0a79d3a7889f5f0
BLAKE2b-256 4eba93984d35c47b7a7b03fa955b083da91659fffa65225f07cdf1866e3a198c

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