Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-02-12 16:02:28 +0300
committerRobin Appelman <robin@icewind.nl>2018-02-15 12:29:05 +0300
commit585284fe6a6f4d266221390caa9fee6ebf9743e3 (patch)
tree28f4f5d438fbd2d739bc5377d7127a8be0b6d8e8 /php-opencloud
parent6039b7c9633557c8941a40ce0d762c1053754be3 (diff)
patch openstack: Add 'subdir' as alias for 'name' in StorageObject
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'php-opencloud')
-rw-r--r--php-opencloud/openstack/src/ObjectStore/v1/Models/StorageObject.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/php-opencloud/openstack/src/ObjectStore/v1/Models/StorageObject.php b/php-opencloud/openstack/src/ObjectStore/v1/Models/StorageObject.php
index 09cbd104..2cd0f8f8 100644
--- a/php-opencloud/openstack/src/ObjectStore/v1/Models/StorageObject.php
+++ b/php-opencloud/openstack/src/ObjectStore/v1/Models/StorageObject.php
@@ -47,6 +47,7 @@ class StorageObject extends OperatorResource implements Creatable, Deletable, Ha
protected $aliases = [
'bytes' => 'contentLength',
'content_type' => 'contentType',
+ 'subdir' => 'name',
];
/**