mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
remove adapter attributes
This commit is contained in:
parent
bc0870ed12
commit
6801b2dd8b
1 changed files with 0 additions and 12 deletions
|
|
@ -61,18 +61,6 @@ class Bucket extends Model
|
||||||
'default' => true,
|
'default' => true,
|
||||||
'example' => false,
|
'example' => false,
|
||||||
])
|
])
|
||||||
->addRule('adapter', [
|
|
||||||
'type' => self::TYPE_STRING,
|
|
||||||
'description' => 'Storage adapter.',
|
|
||||||
'default' => '',
|
|
||||||
'example' => 'local',
|
|
||||||
])
|
|
||||||
->addRule('adapterCredentials', [
|
|
||||||
'type' => self::TYPE_JSON,
|
|
||||||
'description' => 'Storage adapter credentials.',
|
|
||||||
'default' => new \stdClass,
|
|
||||||
'example' => ['key' => 'value'],
|
|
||||||
])
|
|
||||||
->addRule('maximumFileSize', [
|
->addRule('maximumFileSize', [
|
||||||
'type' => self::TYPE_INTEGER,
|
'type' => self::TYPE_INTEGER,
|
||||||
'description' => 'Maximum file size supported.',
|
'description' => 'Maximum file size supported.',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue