andersundsehr / aus_driver_amazon_s3

Provides a TYPO3 FAL driver for the Amazon Web Service S3
GNU Lesser General Public License v3.0
21 stars 40 forks source link

[BUGFIX] Create metadata record if needed #142

Closed weakbit closed 1 month ago

weakbit commented 10 months ago

derived from https://github.com/andersundsehr/aus_driver_amazon_s3/pull/136/files But with strict comparion and removed the non-necessary $imageDimensions !== null which is alwas true.

BugHunter2k commented 3 months ago

Is there any progress with this one? I just stumbled across the very same problem.

The Patch is working for me right now and I would appreciate a merge.

mmunz commented 1 month ago

I tested this with TYPO3 12.4.20 and works fine. Finally correct image dimensions after upload and much quieter logs.

Thanks!