I have an S3 bucket with more than 100 million objects in it an each object has a unique key as usual. I was wondering if there is a way to assign another key to some of these objects. Something like this:
Key1 ---> Object1
Key2 ---> Object2
Key3 ---> Object2 (I'd like to add this)
I looked this up in AWS documentation but couldn't find anything relevant.
Another approach could be to create a dummy object with Key3 that redirects to actual object. Would that be easier?