~2.2,~2.3,~2.4,~2.5,~2.6,~2.7,~2.8
These CKAN Versions are exactely matched:
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.
ckanext.s3archive.access_key =
ckanext.s3archive.secret_key =
ckanext.s3archive.bucket =
# ckanext.s3archive.access_key = <access_key> # ckanext.s3archive.secret_key = <secret_key> # ckanext.s3archive.bucket = <bucket>