nextcloud-server/lib/private/Files/ObjectStore
Robin Appelman edfb7b2393 perf: set the folder size in the same query as we create it
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-02 09:56:29 +07:00
..
AppdataPreviewObjectStoreStorage.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
Azure.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
HomeObjectStoreStorage.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
IObjectStoreMetaData.php fix: keep IObjectStoreMetaData in private namespace for backports 2025-05-16 10:41:27 +07:00
Mapper.php
ObjectStoreScanner.php perf(files): faster query to fetch incomplete directories 2025-02-13 14:24:44 +07:00
ObjectStoreStorage.php perf: set the folder size in the same query as we create it 2025-06-02 09:56:29 +07:00
S3.php fix: keep IObjectStoreMetaData in private namespace for backports 2025-05-16 10:41:27 +07:00
S3ConfigTrait.php fix(S3ConfigTrait): Allow proxy field to take false 2024-09-15 15:41:58 +07:00
S3ConnectionTrait.php fix(objectstorage): add retry attempts to S3 connection 2025-04-23 18:40:23 +07:00
S3ObjectTrait.php fix: don't perform the extra buffering in s3 stream write when the stream size is known 2024-12-05 14:07:40 +07:00
S3Signature.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
StorageObjectStore.php fix: fix object store id for test object store 2024-09-18 13:54:55 +07:00
Swift.php
SwiftFactory.php fix: make swift connect exception message more informative 2024-09-09 17:15:01 +07:00
SwiftV2CachingAuthService.php