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] Properly distinguish CLI and backend mode #130

Closed ltrebing closed 1 year ago

ltrebing commented 1 year ago

The two methods that currently use isBackend() expect $_GET to contain stuff when isBackend() returns true. This is unlikely to be the case in CLI mode.