I have a Minio server where I upload files with ActiveStorage and it upsets me that I can't seem to get the "real" file name for my uploads, for instance if I upload "vader.jpg" I get this path:
image_tag user.avatar.variant(resize: "100x100")
I don't want all that garbage, I don't want the URLs to expire, all I want is http://minio:9000/railsappdevelopment/id/vader.jpg
The buckets are public and read-only.
Anyone know how to get rid of them URL parameters?