Hey,
I have a few questions about the feeds test sample.
- The do-while loop waits until
Processing Status is DONE, but what if it is FATAL or CANCELLED? I think it is better to wait while status is INPROGRESS or INQUEUE.
- The file is copied into the local temp folder, but this is not secure. Amazon recommends encrypting the data before storing on disk. The file should be saved to the server and deleted from the local folder after decompressing. Is there a way to unzip it while it is online (not on the local machine)?
Hey,
I have a few questions about the feeds test sample.
Processing StatusisDONE, but what if it isFATALorCANCELLED? I think it is better to wait while status isINPROGRESSorINQUEUE.