mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
* add tus support for gcs * add changeset * remove unnecessary return types * resumable wip * remove tus/utils * add isPartialUpload for crc32c * add chunksize restriciton * highlight keywords in chunksize warning * remove unnecessary metadata and rename crc32c to hash * add note regarding recommended chunk size * refactor to utilize constants * do not silently delete content on error * Update docs/self-hosted/config-options.md Co-authored-by: ian <licitdev@gmail.com> * Update packages/storage-driver-gcs/src/index.ts Co-authored-by: ian <licitdev@gmail.com> * fix formatting --------- Co-authored-by: ian <licitdev@gmail.com>