Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_akeebabackup/vendor/akeeba/s3/src/Exception/InvalidSignatureMethod.php
Ðазад
<?php /** * Akeeba Engine * * @package akeebaengine * @copyright Copyright (c)2006-2026 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ namespace Akeeba\S3\Exception; // Protection against direct access defined('AKEEBAENGINE') || die(); use Throwable; /** * Invalid Amazon S3 signature method */ class InvalidSignatureMethod extends ConfigurationError { public function __construct(string $message = "", int $code = 0, ?Throwable $previous = null) { if (empty($message)) { $message = 'The Amazon S3 signature method provided is invalid. Only v2 and v4 signatures are supported.'; } parent::__construct($message, $code, $previous); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка