Changes between Version 4 and Version 6 of Ticket #891


Ignore:
Timestamp:
10/14/11 14:22:55 (3 years ago)
Author:
rgrp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #891

    • Property Milestone changed from ckan-v1.6 to ckan-sprint-2011-10-24
  • Ticket #891 – Description

    v4 v6  
    3131    * IF: get content-length and content-length unchanged GOTO step 4 
    3232    * IF: max-age / expires / other cache headers show this has not changed since last check GOTO step 4 
    33  3. Archive it: connect to storage system and store it. Bucket: from config, Key: /{timestamp}/{resourceid}/filename.ext 
     33 3. Archive it: connect to storage system and store it. Bucket: from config, Key: /archive/{timestamp}/{resourceid}/filename.ext 
    3434  * Add cache url to resource and updated date 
    3535  * Add other relevant info to resource such as md5, content-type etc