Hi,
we’re using the Amazon S3 delivery in Docupilot, and we noticed that when the File key prefix contains characters with diacritics (for example: Kvalitativní list), the resulting object key in S3 gets percent-encoded (e.g. Kvalitativn%C3%AD%20list).
However, when we upload files directly to the same S3 bucket using our own scripts, UTF-8 characters appear correctly in S3 (no encoding).
Could you please confirm:
-
Does Docupilot automatically URL-encode all S3 object keys?
-
Is there a way to preserve UTF-8 characters (č, ř, í, etc.) in S3 key names?
-
Or is it recommended to remove diacritics before passing the
File key prefix?
Thanks a lot for clarifying!
David