mirror of
https://github.com/nextcloud/server.git
synced 2026-05-22 10:06:37 -04:00
The non-v2 version is deprecated, but more importantly the V2 implementation makes fewer assumptions about ambiguous or unexpected status codes. For example, a 403 would result in a false (object does not exist) in V1, but that's not necessarily what that means. V2 returns true/false on a much more narrow set of scenarios. And it throws for all others so they can be diagnosed properly. Signed-off-by: Josh <josh.t.richards@gmail.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 | ||