Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.15 KB

README.rst

File metadata and controls

54 lines (35 loc) · 1.15 KB

Thumbor Cloud Storage

Installation

pip install thumbor-cloud-storage

Authentication

Authentication is handled by the Google Cloud SDK, see gcloud documentation.

Contribution

TODO

Features

  • thumbor_cloud_storage.loaders.cloud_storage_loader - takes a bucket object path and downloads the file through the gcloud S3-compatible API.
  • thumbor_cloud_storage.result_storages.cloud_storage

Configuration

Loader settings

When using thumbor_cloud_storage.loaders.cloud_storage_loader:

LOADER = 'thumbor_cloud_storage.loaders.cloud_storage_loader'
CLOUD_STORAGE_BUCKET_ID = ''
CLOUD_STORAGE_PROJECT_ID = ''

Result storage settings

When thumbor_cloud_storage.result_storages.cloud_storage is enabled:

RESULT_STORAGE = 'thumbor_cloud_storage.result_storages.cloud_storage'
RESULT_STORAGE_CLOUD_STORAGE_PROJECT_ID = ''
RESULT_STORAGE_CLOUD_STORAGE_BUCKET_ID = ''