mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
update chunks uploaded when all chunks are uploaded
This commit is contained in:
@@ -729,7 +729,8 @@ App::post('/v1/storage/buckets/:bucketId/files')
|
||||
->setAttribute('openSSLVersion', $openSSLVersion)
|
||||
->setAttribute('openSSLCipher', $openSSLCipher)
|
||||
->setAttribute('openSSLTag', $openSSLTag)
|
||||
->setAttribute('openSSLIV', $openSSLIV);
|
||||
->setAttribute('openSSLIV', $openSSLIV)
|
||||
->setAttribute('chunksUploaded', $chunksUploaded);
|
||||
|
||||
if($permissionBucket) {
|
||||
$file = Authorization::skip(function() use ($dbForInternal, $bucketId, $fileId, $file) {
|
||||
|
||||
Reference in New Issue
Block a user