I used the filesystem api to create an image analysis app.
I ran this application off of amazon EC2 and uploaded a large number of images.
After rebooting the EC2 instance the public DNS changed and I lost access to my images.
Since the files exist on my computer I am trying to figure out how I could retrieve them for the new DNS. Visiting the physical directory only gives me a lot of obscurely named files.
If I could compile these files into their filesystem api format I could just upload them again, but I'm not sure how to do that.
Effectively I would like to change the origin for a set of filesystem api files.
If I could change origin for that File System to the new ec2 instance origin I would be set.