Hello, I'm trying to download a file from s3 using a prefect docker agent , save it into some location (for e.g: ./data/file.txt) in my docker container, but the problem is when downloading the file is pulled down with some extension added to it something that looks like this: ./data/file.txt.405fgh and this is making difficult to access the file. Can someone tell me how to get rid of the extension that is being append to the filename?
This is how the error appears on prefect cloud UI