mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +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,
|
||||
'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', [
|
||||
'type' => self::TYPE_INTEGER,
|
||||
'description' => 'Maximum file size supported.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue