Skip to main content

Extension to manage CKAN resources in any S3-like object storage.

Project description

CKAN Cloudstorage API

Extension to manage CKAN resources in any S3-like object storage.

Documentation: https://envidat.gitlab-pages.wsl.ch/ckanext-cloudstorage_api/

Source Code: https://gitlabext.wsl.ch/EnviDat/ckanext-cloudstorage_api


This plugin is primarily intended for custom frontends built on the CKAN API.

Supports any S3-like API, e.g. Minio, Ceph Object Gateway.

Full support for all Apache libcloud drivers was dropped, due to primarily relying on S3 multipart and pre-signed URL capabilities.

Install

pip install ckanext-cloudstorage-api

Config

Required variables are set in your ckan.ini:

  • ckanext.cloudstorage_api.host
    • Description: The S3 host URL.
  • ckanext.cloudstorage_api.region
    • Description: The S3 host region.
  • ckanext.cloudstorage_api.access_key
    • Description: Access key for S3.
  • ckanext.cloudstorage_api.secret_key
    • Description: Secret key for S3.
  • ckanext.cloudstorage_api.bucket_name
    • Description: The name of the S3 bucket to store files.
  • ckanext.cloudstorage_api.max_multipart_lifetime
    • Description: (Optional) maximum time a multipart part can exist. Multiparts will be cleaned if older than this by calling the cloudstorage_clean_multiparts endpoint.
  • ckanext.cloudstorage_api.leave_files
    • Description: (Optional) leave files on S3 after resource deletion.

Endpoints

TBC

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

ckanext-cloudstorage-api-0.1.1.tar.gz (15.2 kB view details)

Uploaded Source

Built Distribution

ckanext_cloudstorage_api-0.1.1-py3-none-any.whl (16.7 kB view details)

Uploaded Python 3

File details

Details for the file ckanext-cloudstorage-api-0.1.1.tar.gz.

File metadata

File hashes

Hashes for ckanext-cloudstorage-api-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d608f1fe669e510f5ce9ef1c261ccce2b713182108a1ad5655118df989573768
MD5 6895b2d889972cd454152c7b79aa8c23
BLAKE2b-256 bb6a45537dfce1b2a8c6b6a0e680c73d98260c8348c9f93054fa3b70c5ec950d

See more details on using hashes here.

File details

Details for the file ckanext_cloudstorage_api-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for ckanext_cloudstorage_api-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3378fb9ff870b58549af0df145a5b5d38e02311aa75d10b8c890f8ae52a58ed6
MD5 f1341b97da27c7d985acc496984cb490
BLAKE2b-256 b626de418eebd978de4fac268cc03264a174309c0112942392cc6558ac4d6023

See more details on using hashes here.

Supported by

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