aedart/athenaeum

[Flysystem] Add support for file checksums

aedart opened this issue · 0 comments

Description

Flysystem has upgraded their adapters to support checksums, which ironically the Database Adapter already supports, due to it's data deduplication mechanism. Yet, we still need to bridge these together with Flysystem's new \League\Flysystem\ChecksumProvider interface.