mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
remove adapter attributes
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user