You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
Hey,
I have a few questions about the feeds test sample.
Processing Status
isDONE
, but what if it isFATAL
orCANCELLED
? I think it is better to wait while status isINPROGRESS
orINQUEUE
.The text was updated successfully, but these errors were encountered: