nextcloud-server/lib/private/Files/ObjectStore
Carl Schwan b6313f68d3
perf(s3): Expose pre-signed urls for S3
This is faster than going back to nextcloud to download the files.

This is an opt-in setting that can be enabled by setting
use_presigned_url in the object store config.

Additionally add support for the proxy config which is needed in a
docker setup. See https://github.com/juliusknorr/nextcloud-docker-dev/pull/431

Signed-off-by: Carl Schwan <carl.schwan@nextcloud.com>
2025-12-09 11:21:35 +07:00
..
AppdataPreviewObjectStoreStorage.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
Azure.php perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +07:00
HomeObjectStoreStorage.php refactor(Storage): Align all Storage constructors 2024-10-23 13:24:18 +07:00
InvalidObjectStoreConfigurationException.php feat: allow object store configuration aliases for easier migrations 2025-08-14 13:06:51 +07:00
Mapper.php fix: make bucket mapper work with new multi-object-store config 2025-08-28 17:51:25 +07:00
ObjectStoreScanner.php perf(files): faster query to fetch incomplete directories 2025-02-13 10:11:02 +07:00
ObjectStoreStorage.php perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +07:00
PrimaryObjectStoreConfig.php perf(preview): Optimize migration and simplify DB layout 2025-10-06 13:37:15 +07:00
S3.php fix: encode s3 metadata as base64 if needed 2025-11-18 16:06:57 +07:00
S3ConfigTrait.php feat(objectstore): add configurable S3 retry attempts 2025-11-19 16:17:43 +07:00
S3ConnectionTrait.php perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +07:00
S3ObjectTrait.php perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +07:00
S3Signature.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
StorageObjectStore.php perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +07:00
Swift.php perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +07:00
SwiftFactory.php fix: make swift connect exception message more informative 2024-09-09 17:15:01 +07:00
SwiftV2CachingAuthService.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00