Skip to content

[9.x] Checksums for filesystem disks - #44660

Merged
taylorotwell merged 4 commits into
laravel:9.xfrom
frankdejonge:feature/disk-checksums
Oct 19, 2022
Merged

[9.x] Checksums for filesystem disks#44660
taylorotwell merged 4 commits into
laravel:9.xfrom
frankdejonge:feature/disk-checksums

Conversation

@frankdejonge

@frankdejonge frankdejonge commented Oct 19, 2022

Copy link
Copy Markdown
Contributor

Flysystem 3.8 has shipped a new capability; file checksums. This PR exposes this that functionality for Laravel ⚡️

Discussion point: This method is not added to the Filesystem interface as it would be a breaking change. Flysystem had the same problem, where the method was added to the interface using a docblock annotation, which could help with IDE discovery.

Comment thread src/Illuminate/Filesystem/FilesystemAdapter.php Outdated
Comment thread src/Illuminate/Filesystem/FilesystemAdapter.php Outdated
@taylorotwell
taylorotwell merged commit b05b6f7 into laravel:9.x Oct 19, 2022
@frankdejonge
frankdejonge deleted the feature/disk-checksums branch October 20, 2022 06:52
@driesvints driesvints changed the title [FEATURE] Checksums for filesystem disks. [9.x] Checksums for filesystem disks Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants