skoobe / riofs

Userspace S3 filesystem
GNU General Public License v3.0
393 stars 60 forks source link

ETag cache validation patches #137

Closed ThePythonicCow closed 7 years ago

ThePythonicCow commented 7 years ago

As I have written at more length in https://github.com/skoobe/riofs/issues/136, this set of patches, which replaces the methods of checking whether the cache is still valid with a single method using ETags, is now ready for consideration to pull into the main branch.

See in particular patch "3ee963e ETag fix #3: add ETag consistency checking" for the most interesting details of this change.

Thanks!

wizzard commented 7 years ago

Cool, I'll review your patches in the next few days (will try to do this task asap) and let you know. Thank you!

ThePythonicCow commented 7 years ago

Thanks for pulling my patches, and thanks for a fine piece of software.

-- Paul Jackson pj@usa.net