mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
compression attribute on bucket collection
This commit is contained in:
@@ -2657,6 +2657,16 @@ $collections = [
|
||||
'required' => true,
|
||||
'array' => true,
|
||||
],
|
||||
[
|
||||
'$id' => 'compression',
|
||||
'type' => Database::VAR_STRING,
|
||||
'signed' => true,
|
||||
'size' => 10,
|
||||
'format' => '',
|
||||
'filters' => [],
|
||||
'required' => true,
|
||||
'array' => false,
|
||||
],
|
||||
[
|
||||
'$id' => ID::custom('encryption'),
|
||||
'type' => Database::VAR_BOOLEAN,
|
||||
|
||||
Reference in New Issue
Block a user