spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.74k stars 1.07k forks source link

Fixed `moves_media_on_update` doesn't work on S3 #3647

Closed cameronbatty closed 3 months ago

cameronbatty commented 3 months ago

As mentioned in https://github.com/spatie/laravel-medialibrary/pull/2219#issuecomment-748297161 on https://github.com/spatie/laravel-medialibrary/pull/2219 there's an issue when enabling the moves_media_on_update option when using S3 as the filesystem driver.

This PR individually moves files if media is stored on S3.

See also #3386

freekmurze commented 3 months ago

Thanks!