Can I prevent strapi from appending a number to to image urls?

Why does Strapi seem to append a number to the urls in the media library ?

I can upload the image to the library, but when strapi display the image in the media library, it appends a number to the url.

For example:

http://localhost:1337/uploads/image.jpg?1234

I am using an S3 provider for the media library. And this S3-bucket does not accept get-requests where query parameters are appended to the image urls.

How can I prevent strapi from appending number to the url ?