nextcloud-server/tests/lib/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
..
AzureTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
FailDeleteObjectStore.php perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +07:00
FailWriteObjectStore.php perf(s3): Expose pre-signed urls for S3 2025-12-09 11:21:35 +07:00
LocalTest.php
MapperTest.php fix: make bucket mapper work with new multi-object-store config 2025-08-28 17:51:25 +07:00
ObjectStoreScannerTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
ObjectStoreStorageOverwrite.php
ObjectStoreStorageTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
ObjectStoreStoragesDifferentBucketTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
ObjectStoreStoragesSameBucketTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
ObjectStoreTestCase.php fix(tests): Ignore expected warning for s3 tests 2025-09-27 13:05:35 +07:00
PrimaryObjectStoreConfigTest.php refactor(preview): Cleanup the implementation of the new preview backend 2025-10-06 13:37:15 +07:00
S3Test.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00
SwiftTest.php refactor: apply rector rules for PHPUnit 10 2025-10-27 21:56:04 +07:00