We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run demo:azure
code line: https://github.com/tus/tus-node-server/blob/main/packages/azure-store/src/index.ts#L78
azure doc: https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#metadata-key-and-value-names
says: Metadata value names must also be valid ASCII.
should upload success when filename has chinese characters.
failed, throw invalid character in header content ["x-ms-meta-upload"]
The text was updated successfully, but these errors were encountered:
I suppose we'd have to store the uploading metadata in a .info file, like the other stores do, instead of on metadata which is send over headers.
.info
Sorry, something went wrong.
No branches or pull requests
Initial checklist
Steps to reproduce
npm run demo:azure
code line: https://github.com/tus/tus-node-server/blob/main/packages/azure-store/src/index.ts#L78
azure doc: https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#metadata-key-and-value-names
says: Metadata value names must also be valid ASCII.
Expected behavior
should upload success when filename has chinese characters.
Actual behavior
failed, throw invalid character in header content ["x-ms-meta-upload"]
The text was updated successfully, but these errors were encountered: