1
0
Fork 0
mirror of synced 2024-10-02 18:26:49 +13:00

added new fields for large file support

This commit is contained in:
Damodar Lohani 2021-09-08 14:11:37 +05:45
parent 7590446917
commit be811e2366

View file

@ -218,6 +218,28 @@ App::post('/v1/storage/buckets')
'array' => false,
'filters' => [],
]),
new Document([
'$id' => 'chunksTotal',
'type' => Database::VAR_INTEGER,
'format' => '',
'size' => 0,
'signed' => false,
'required' => false,
'default' => null,
'array' => false,
'filters' => [],
]),
new Document([
'$id' => 'chunksUploaded',
'type' => Database::VAR_INTEGER,
'format' => '',
'size' => 0,
'signed' => false,
'required' => false,
'default' => null,
'array' => false,
'filters' => [],
]),
], [
new Document([
'$id' => '_key_bucket',