Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feeds Api Test - questions #3

Open
smargoli2 opened this issue Nov 13, 2022 · 0 comments
Open

Feeds Api Test - questions #3

smargoli2 opened this issue Nov 13, 2022 · 0 comments

Comments

@smargoli2
Copy link

Hey,

I have a few questions about the feeds test sample.

  1. 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.
  2. 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)?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant