Skip to content

Commit f042019

Browse files
authored
Update Object.php (php-opencloud#218)
1 parent 488b182 commit f042019

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ObjectStore/v1/Models/Object.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class Object extends OperatorResource implements Creatable, Deletable, HasMetada
4747
protected $aliases = [
4848
'bytes' => 'contentLength',
4949
'content_type' => 'contentType',
50+
'subdir' => 'name',
5051
];
5152

5253
/**

0 commit comments

Comments
 (0)