andersundsehr / aus_driver_amazon_s3

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

Legacy Ter release packages wrong guzzlehttp for Typo3 V11 #110

Closed Xarno closed 10 months ago

Xarno commented 1 year ago

The dependent aws-sdk has this dependency: guzzlehttp/guzzle: ^6.5.8 || ^7.4.5

But typo3/cms-core V11 needs

In the Ter release version 6.5.8 is included, which does not work with Typo3 11 and leading to: Call to undefined method GuzzleHttp\Utils::chooseHandler()

jblnw commented 1 year ago

I do have the same problem. I want to use this extension with Typo3 11.

Xarno commented 1 year ago

@jblnw What works is to convert your typo3 to be composer based.

SirRuddy commented 1 year ago

Got the same issue. Are you working on a solution without composer?

jblnw commented 1 year ago

Converting my Typo3 installation to composer mode worked well for me.