I do not manage this from my side, file names (and dates) are generated from egress service side,
the problem is only with {time}
a
astonishing-art-26812
10/31/2022, 11:47 PM
The problem is that the character cannot be used with the s3 file name, so I suggested a way to solve the problem.
URL encoding seems to be a way to upload files to s3 including such characters, and other methods include removing the character in question or changing the file name to a value allowed by s3 file name.
sorry for my poor English.