I'm uploading multiple pictures with different extensions (jpg, png...etc) via java Amazon TransferManager.
for example : picture1.png, picture2.jpg. I would like to serve the content without the extension, a get request to folder/picture1 would return picture1.png.
The client is an angularJs application
Previously, I was hosting all these picture on EC2 and serving it via APACHE with option Multiviews, is there something similar we can do with AmazonS3?