I am using Amazon S3 as images server.
I use php API to put and delete objects to bucket with versions. Now i want to rename folder at S3, i understand that physically i will have to copy paste those files but with another path in folder-name place, and after copy i want all pics from old folder to be erased(in order not to occupy memory). However, my bucket has versions, so that means my erase iteration will just set delete markers and do nothing physically.
Is there a way to get all versions of i-th file as a list, and iterate over them?
Aucun commentaire:
Enregistrer un commentaire