Problem/Motivation
Upstream in Flysystem, #2661588: Support delivering local image styles until remote upload is complete added an API for delivering image derivatives as soon as they are generated, and then they are copied to the remote adapter. Except, it didn't really work and needed fixed for non-local adapters at #3513799: Regression: Image style generation no longer works for non-local drivers. During D11 upgrade of this module, use of the new method was considered but it didn't work (because of the regression) and wasn't implemented. The newest RCs for Flysystem fix this, so now we can implement here and clear this deprecation.
Steps to reproduce
See #3430648-33: Automated Drupal 11 compatibility fixes for flysystem_s3
Proposed resolution
Implement the new method.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork flysystem_s3-3539665
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
bradjones1