Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload large files to CKAN #11

Open
2 tasks
mjanez opened this issue Apr 13, 2023 · 0 comments
Open
2 tasks

Upload large files to CKAN #11

mjanez opened this issue Apr 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mjanez
Copy link
Owner

mjanez commented Apr 13, 2023

CKAN's filestore was not designed to handle large file sizes (>GB), the alternative is to use cloud storage. ckanext-cloudstorage implements support for using S3, Azure, or any of the 15 different storage providers supported by libcloud for CKAN.

Check ckanext-cloudstorage setup and:

  • Add ckanext-cloudstorage extension to /ckan/Dockerfile
  • Add ckanext vars to .env (plugins, cloudstorage vars, etc.)
@mjanez mjanez added the enhancement New feature or request label Apr 13, 2023
@mjanez mjanez self-assigned this Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant