diff options
author | Robin Appelman <robin@icewind.nl> | 2022-07-05 16:06:55 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2022-07-05 16:06:55 +0200 |
commit | f1486890d7391cfe15f210f4d7d38d18a7573ec4 (patch) | |
tree | 2040d315bb933ee2f303e12b9521d7d48de9362d /lib/private/Files/ObjectStore/S3ObjectTrait.php | |
parent | bffa67c48beced2147af196a5b63414c113aaad4 (diff) | |
download | nextcloud-server-f1486890d7391cfe15f210f4d7d38d18a7573ec4.tar.gz nextcloud-server-f1486890d7391cfe15f210f4d7d38d18a7573ec4.zip |
only use nextcloud bundle when explicitly enabled
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/private/Files/ObjectStore/S3ObjectTrait.php')
-rw-r--r-- | lib/private/Files/ObjectStore/S3ObjectTrait.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/ObjectStore/S3ObjectTrait.php b/lib/private/Files/ObjectStore/S3ObjectTrait.php index a4efc687236..0b2fd95c652 100644 --- a/lib/private/Files/ObjectStore/S3ObjectTrait.php +++ b/lib/private/Files/ObjectStore/S3ObjectTrait.php @@ -43,7 +43,7 @@ trait S3ObjectTrait { */ abstract protected function getConnection(); - abstract protected function getCertificateBundlePath(): string; + abstract protected function getCertificateBundlePath(): ?string; /** * @param string $urn the unified resource name used to identify the object |