mirror of
https://github.com/nextcloud/server.git
synced 2026-02-28 04:20:37 -05:00
The new oc_previews table is optimized for storing previews and should decrease significantly the space taken by previews in the filecache table. This attend to reuse the IObjectStore abstraction over S3/Swift/Azure but currently only support one single bucket configuration. Signed-off-by: Carl Schwan <carl.schwan@nextclound.com> |
||
|---|---|---|
| .. | ||
| AppdataPreviewObjectStoreStorage.php | ||
| Azure.php | ||
| HomeObjectStoreStorage.php | ||
| InvalidObjectStoreConfigurationException.php | ||
| Mapper.php | ||
| ObjectStoreScanner.php | ||
| ObjectStoreStorage.php | ||
| PrimaryObjectStoreConfig.php | ||
| S3.php | ||
| S3ConfigTrait.php | ||
| S3ConnectionTrait.php | ||
| S3ObjectTrait.php | ||
| S3Signature.php | ||
| StorageObjectStore.php | ||
| Swift.php | ||
| SwiftFactory.php | ||
| SwiftV2CachingAuthService.php | ||