Forums
(@jasperkooij)
5 years, 8 months ago
Thanks for the suggestion but I already had that turned on in wp-config with
define(‘WP_STATELESS_MEDIA_CACHE_BUSTING’, true );
5 years, 9 months ago
So when I have an image that I upload called
1.jpg
and another image called 1.jpg that I upload, I end up with a single image:
https://storage.googleapis.com/stateless-www-uchuntingpropert/2019/05/1.jpg https://storage.googleapis.com/stateless-www-uchuntingpropert/2019/05/1.jpg
whereas WordPress with a local file system would rename images like a file name 23.jpg:
https://www.domainname.com/wp-content/uploads/2019/04/23-15.jpg
How can I solve this issue?
Is there perhaps a way that I can rename the file during upload?