When I receive images from the cloud api, the file names are coming wrong, when there are spaces. The file
"file 01.pdf" comes with the name "file_01.pdf-filename*=".
Using AWS S3 as storage.
To Reproduce
In a Cloud API WhatsApp Channel send a file with filename = "arq 01.pdf"
Verify the filename in Chatwoot - will be "arq_01.pdf-filename*="
Describe the bug
When I receive images from the cloud api, the file names are coming wrong, when there are spaces. The file "file 01.pdf" comes with the name "file_01.pdf-filename*=".
Using AWS S3 as storage.
To Reproduce
Expected behavior
The filename must be the same who client send.
Environment
Linux VM
Cloud Provider
AWS
Platform
Browser
Operating system
Debian
Browser and version
Chrome Latest
Docker (if applicable)
No response
Additional context
No response