X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=s3_storage%2Fvendor%2Fakeeba%2Fs3%2Fsrc%2FException%2FInvalidSecretKey.php;h=af58e5d9e085c02874c02c1709e6658752d86adb;hb=3e74af9775ac9863c559422275e6322345a2b73a;hp=2348c28948e19308b6beeba8c15be430b558d2bc;hpb=9daa11eb108ff8e82e63816d371939d0415c1247;p=friendica-addons.git diff --git a/s3_storage/vendor/akeeba/s3/src/Exception/InvalidSecretKey.php b/s3_storage/vendor/akeeba/s3/src/Exception/InvalidSecretKey.php index 2348c289..af58e5d9 100644 --- a/s3_storage/vendor/akeeba/s3/src/Exception/InvalidSecretKey.php +++ b/s3_storage/vendor/akeeba/s3/src/Exception/InvalidSecretKey.php @@ -3,14 +3,14 @@ * Akeeba Engine * * @package akeebaengine - * @copyright Copyright (c)2006-2020 Nicholas K. Dionysopoulos / Akeeba Ltd + * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ -namespace Akeeba\Engine\Postproc\Connector\S3v4\Exception; +namespace Akeeba\S3\Exception; // Protection against direct access -defined('AKEEBAENGINE') or die(); +defined('AKEEBAENGINE') || die(); use Exception;