Extension S3 Archive


Extension Basics

Title
S3 Archive
Name
ckanext-s3archive
Type
Public extension
Description
Archives CKAN filestore resources to S3, removes them locally, and redirects users to temporary S3 URLs.
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-03-27 14:00:40)
Url to repo
Category
Cloud Infrastructure & Storage


Background Infos

Description (long)
Show details

ckanext-s3archive archives all resource files stored in the local CKAN filestore into S3. The files are removed locally and just hosted on S3. When a user requests these files they are redirected to a temporary S3 URL for download. Only authorized users are allowed to get these URLs and the URLs expire after 30 minutes for security. A paster command ‘paster s3archive archive’ archives all files to S3. This command can be put in a cron job and is safe to run regularly, recommended about once a day. Compatible with CKAN 2.2+. Requires boto library. Official CKAN organization repository.

Version
0.1
Version release date
2017-03-27
Contact name
Seb Bacon
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

ckanext.s3archive.access_key =

ckanext.s3archive.secret_key =

ckanext.s3archive.bucket =

Plugins to configure (ckan.ini)
s3archive
CKAN Settings (ckan.ini)
# ckanext.s3archive.access_key = <access_key>
# ckanext.s3archive.secret_key = <secret_key>
# ckanext.s3archive.bucket = <bucket>
DB migration to be executed
(not set)
<< back to Extensions