pip install thumbor-cloud-storage
Authentication is handled by the Google Cloud SDK, see gcloud documentation.
TODO
- 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
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 = ''
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 = ''