mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
ZSTD compression test
This commit is contained in:
@@ -66,6 +66,13 @@ class Bucket extends Model
|
||||
'example' => ['jpg', 'png'],
|
||||
'array' => true
|
||||
])
|
||||
->addRule('compression', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'Compression method chosen.',
|
||||
'default' => [],
|
||||
'example' => 'gzip',
|
||||
'array' => false
|
||||
])
|
||||
->addRule('encryption', [
|
||||
'type' => self::TYPE_BOOLEAN,
|
||||
'description' => 'Bucket is encrypted.',
|
||||
|
||||
Reference in New Issue
Block a user