tus/tus-node-server

GCS Store Upload-Metadata lost on update

andywirv opened this issue · 0 comments

The contents of Upload-Metadata are initially written to the GCS object but are then lost due to lack of JSON.stringify.

The metadata field on the GCS object will be visible on the create event and will then disappear on the first update

"@tus/gcs-store": "^1.0.0-beta.3",
 "@tus/server": "^1.0.0-beta.7"

I have created this PR to fix #481