ckanext-cloudstorage icon indicating copy to clipboard operation
ckanext-cloudstorage copied to clipboard

Implements support for resource storage against multiple popular providers via apache-libcloud (S3, Azure Storage, etc...)

Results 23 ckanext-cloudstorage issues
Sort by recently updated
recently updated
newest added

Just a quick mention here to record this issue I ran into with CKAN 2.10 / ckanext0cloudstorage master. Python 2 style `urlparse` is used [here](https://github.com/TkTech/ckanext-cloudstorage/blob/master/ckanext/cloudstorage/storage.py#L6) could be replaced by `from...

The version of ckan I am using is 2.10.3. After installing the ckanext cloudstorage extension, restarting ckan cannot run properly, and the error is as follows: error1: File "/usr/lib/ckan/default/src/ckanext-cloudstorage/ckanext/cloudstorage/storage.py", line...

qq related to this line: https://github.com/TkTech/ckanext-cloudstorage/blob/ae83a6714505ba81417343989b2be2e7cabae854/ckanext/cloudstorage/logic/action/multipart.py#L35C39-L35C46 All the API's on this library work perfectly with my setup, except for the _delete_multipart, which always fails with a signature exception: libcloud.common.types.InvalidCredsError: SignatureDoesNotMatchThe...

Using Docker to install CKAN, the following are the implementation steps: 1. Obtain ckanext cloudstorage through the git clone... command 2. Set the cloud provider in the configuration file '....

The AJAX-based multipart upload assembles an API call that relies on cookies to authenticate, instead of obtaining the user's API key. From a security standpoint, allowing cookie-based authentication to an...

may fix: - Access private protected object storage #51 - Google Storage Bucket Support #49 Apologizing mixing both but it 'solve' all the above. Comments? :)

Support of upcomming CKAN v2.9 and Python3(https://github.com/ckan/ckan/wiki/Migration-guide-for-extensions#step-by-step-workflow)

Would be **nice to have**. From README **notes**: `2. Currently, only resources are supported. This means that things like group and organization images still use CKAN's local file storage.` Can...

Hi as discussed this can be used as fallback when no other access is provided and untill better support for other drivers will be provided. This allo to access private...

Hi, I'm testing this library with the latest release available for python 2.7: https://libcloud.readthedocs.io/en/latest/supported_python_versions.html#python-2-7-and-python-3-4 I'm testing with no side effect version 2.8.3