flownative / flow-aws-s3

Amazon S3 adaptor for Neos and Flow
MIT License
18 stars 33 forks source link

md5 functions removed too soon #36

Closed mkuiphuis closed 3 years ago

mkuiphuis commented 3 years ago

In the S3Storage class the setMd5() isn’t called anymore when importing a resource. The current Flow version (6.3) only has the functions marked as deprecated. And they will be removed in Flow 7.0+

Reinstating these functions will allow backend users to upload media again in the Media section of Neos. (I believe the change was made on 08 October 2020 by Daniel Lienert in this package.)

kdambekalns commented 3 years ago

The removal is in master only, you should be using version 2.x of this package…