ZSTD compression test

This commit is contained in:
Damodar Lohani
2022-08-31 02:49:13 +00:00
parent 4ba8e725ea
commit 77c72970e8
2 changed files with 55 additions and 0 deletions
@@ -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.',