You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Tomaz Muraus (JIRA)" <ji...@apache.org> on 2012/12/30 00:44:13 UTC

[dev] [jira] [Resolved] (LIBCLOUD-273) Provide hash values for local storage

     [ https://issues.apache.org/jira/browse/LIBCLOUD-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Muraus resolved LIBCLOUD-273.
-----------------------------------

    Resolution: Fixed
      Assignee: Tomaz Muraus

Merged into trunk - http://svn.apache.org/viewvc?view=revision&revision=1426858.

Thanks.
                
> Provide hash values for local storage
> -------------------------------------
>
>                 Key: LIBCLOUD-273
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-273
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Storage
>            Reporter: Mahendra M
>            Assignee: Tomaz Muraus
>            Priority: Minor
>         Attachments: local_hash.diff
>
>
> This patch provides a 'hash' value for the stored object.
> There are two approaches possible.
> 1) For every object stored / downloaded, calculate the MD5 hash on the fly. Store the cache info in a folder '.hash' - which is excluded from the content listing. Use this cached value in the future. If file time-stamp changes, update the cache
> 2) Just provide a MD5 hash of the stat.st_mtime of the file.
> Approach (1) will give a true hash of the object.
> Approach (2) will give an indication about changes in the object. Like an ETag.
> Approach (2) is similar to how S3 storage works. The hash returned by S3 is not the content digest. It is just  an ETag. So, in local storage, we can take Approach (2).
> We can migrate to Approach (1) in the future, if required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira